#683129

Color #683129 Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #683129

Tints of Pueblo #683129

Color information

#683129 (or 0x683129) is unknown color: approx Pueblo. HEX triplet: 68, 31 and 29. RGB value is (104,49,41). Sum of RGB (Red+Green+Blue) = 104+49+41=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #683129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683129 is #97CED6. Grayscale: #404040. Windows color (decimal): -9948887 or 2699624. OLE color: 2699624.

HSL color Cylindrical-coordinate representation of color #683129: hue angle of 7.62º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #683129 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB1044941-
CMYK00.530.610.59
HSL7.62º43.45%28.43%-
HSV(B)7.62º60.58%40.78%-
XYZ7.215.32.74-
YUV64.53114.72156.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 53.61%
GREEN value IS 49 (19.53% from 255) = 25.26%
BLUE value IS 41 (16.41% from 255) = 21.13%
R=53.61%
G=25.26%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104494100.530.610.597.6243.4528.43
Hex6831290353D3B82b1c
Octal15061510657573105334
Binary11010001100011010010110101111101111011100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683129; }

 p { color: rgb(104,49,41); }

 H1.HeaderClassName
 {
   color: #683129;
 }
 .AnyTagClassName
 {
   color: #683129;
 }
</style>
background-color css

<style>
 a { background-color: #683129; }

 a { background-color: rgb(104,49,41); }

 div.DivClassName
 {
   background-color: #683129;
 }
 .BgClassName
 {
   background-color: #683129;
 }
</style>
border-color css

<style>
 span { border-color: #683129; }

 span { border-color: rgb(104,49,41); }

 td.TdClassName
 {
   border-color: #683129;
 }
 .TagClassName
 {
   border-color: #683129;
 }
</style>