#682A20

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

Shades of Pueblo #682A20

Tints of Pueblo #682A20

Color information

#682A20 (or 0x682A20) is unknown color: approx Pueblo. HEX triplet: 68, 2A and 20. RGB value is (104,42,32). Sum of RGB (Red+Green+Blue) = 104+42+32=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #682A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682A20 is #97D5DF. Grayscale: #3B3B3B. Windows color (decimal): -9950688 or 2108008. OLE color: 2108008.

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

Color convert

RGB1044232-
CMYK00.600.690.59
HSL8.33º52.94%26.67%-
HSV(B)8.33º69.23%40.78%-
XYZ6.84.71.92-
YUV59.4112.54159.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.43%
GREEN value IS 42 (16.80% from 255) = 23.60%
BLUE value IS 32 (12.89% from 255) = 17.98%
R=58.43%
G=23.60%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104423200.600.690.598.3352.9426.67
Hex682A2003C453B8351b
Octal150524007410573106533
Binary110100010101010000001111001000101111011100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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