#682B21

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

Shades of Pueblo #682B21

Tints of Pueblo #682B21

Color information

#682B21 (or 0x682B21) is unknown color: approx Pueblo. HEX triplet: 68, 2B and 21. RGB value is (104,43,33). Sum of RGB (Red+Green+Blue) = 104+43+33=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #682B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682B21 is #97D4DE. Grayscale: #3C3C3C. Windows color (decimal): -9950431 or 2173800. OLE color: 2173800.

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

Color convert

RGB1044333-
CMYK00.590.680.59
HSL8.45º51.82%26.86%-
HSV(B)8.45º68.27%40.78%-
XYZ6.854.782-
YUV60.1112.71159.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.78%
GREEN value IS 43 (17.19% from 255) = 23.89%
BLUE value IS 33 (13.28% from 255) = 18.33%
R=57.78%
G=23.89%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104433300.590.680.598.4551.8226.86
Hex682B2103B443B8341b
Octal150534107310473106433
Binary110100010101110000101110111000100111011100011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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