#682917

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

Shades of Pueblo #682917

Tints of Pueblo #682917

Color information

#682917 (or 0x682917) is unknown color: approx Pueblo. HEX triplet: 68, 29 and 17. RGB value is (104,41,23). Sum of RGB (Red+Green+Blue) = 104+41+23=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #682917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682917 is #97D6E8. Grayscale: #393939. Windows color (decimal): -9950953 or 1517928. OLE color: 1517928.

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

Color convert

RGB1044123-
CMYK00.610.780.59
HSL13.33º63.78%24.9%-
HSV(B)13.33º77.88%40.78%-
XYZ6.664.591.35-
YUV57.78108.37160.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.90%
GREEN value IS 41 (16.41% from 255) = 24.40%
BLUE value IS 23 (9.38% from 255) = 13.69%
R=61.90%
G=24.40%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104412300.610.780.5913.3363.7824.9
Hex68291703D4E3Bd4019
Octal1505127075116731510031
Binary110100010100110111011110110011101110111101100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682917; }

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

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

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

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

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

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

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

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