#682D20

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

Shades of Pueblo #682D20

Tints of Pueblo #682D20

Color information

#682D20 (or 0x682D20) is unknown color: approx Pueblo. HEX triplet: 68, 2D and 20. RGB value is (104,45,32). Sum of RGB (Red+Green+Blue) = 104+45+32=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #682D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682D20 is #97D2DF. Grayscale: #3D3D3D. Windows color (decimal): -9949920 or 2108776. OLE color: 2108776.

HSL color Cylindrical-coordinate representation of color #682D20: hue angle of 10.83º 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 #682D20 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB1044532-
CMYK00.570.690.59
HSL10.83º52.94%26.67%-
HSV(B)10.83º69.23%40.78%-
XYZ6.914.921.95-
YUV61.16111.55158.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.46%
GREEN value IS 45 (17.97% from 255) = 24.86%
BLUE value IS 32 (12.89% from 255) = 17.68%
R=57.46%
G=24.86%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104453200.570.690.5910.8352.9426.67
Hex682D20039453Bb351b
Octal150554007110573136533
Binary110100010110110000001110011000101111011101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682D20; }

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

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

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

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

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

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

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

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