#682920

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

Shades of Pueblo #682920

Tints of Pueblo #682920

Color information

#682920 (or 0x682920) is unknown color: approx Pueblo. HEX triplet: 68, 29 and 20. RGB value is (104,41,32). Sum of RGB (Red+Green+Blue) = 104+41+32=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #682920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682920 is #97D6DF. Grayscale: #3A3A3A. Windows color (decimal): -9950944 or 2107752. OLE color: 2107752.

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

Color convert

RGB1044132-
CMYK00.610.690.59
HSL7.5º52.94%26.67%-
HSV(B)7.5º69.23%40.78%-
XYZ6.764.631.9-
YUV58.81112.87160.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.76%
GREEN value IS 41 (16.41% from 255) = 23.16%
BLUE value IS 32 (12.89% from 255) = 18.08%
R=58.76%
G=23.16%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104413200.610.690.597.552.9426.67
Hex68292003D453B8351b
Octal150514007510573106533
Binary110100010100110000001111011000101111011100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682920; }

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

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

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

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

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

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

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

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