#682A21

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

Shades of Pueblo #682A21

Tints of Pueblo #682A21

Color information

#682A21 (or 0x682A21) is unknown color: approx Pueblo. HEX triplet: 68, 2A and 21. RGB value is (104,42,33). Sum of RGB (Red+Green+Blue) = 104+42+33=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #682A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682A21 is #97D5DE. Grayscale: #3B3B3B. Windows color (decimal): -9950687 or 2173544. OLE color: 2173544.

HSL color Cylindrical-coordinate representation of color #682A21: hue angle of 7.61º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #682A21 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB1044233-
CMYK00.600.680.59
HSL7.61º51.82%26.86%-
HSV(B)7.61º68.27%40.78%-
XYZ6.814.711.99-
YUV59.51113.04159.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.10%
GREEN value IS 42 (16.80% from 255) = 23.46%
BLUE value IS 33 (13.28% from 255) = 18.44%
R=58.10%
G=23.46%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104423300.600.680.597.6151.8226.86
Hex682A2103C443B8341b
Octal150524107410473106433
Binary110100010101010000101111001000100111011100011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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