#6C2C21

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

Shades of Pueblo #6C2C21

Tints of Pueblo #6C2C21

Color information

#6C2C21 (or 0x6C2C21) is unknown color: approx Pueblo. HEX triplet: 6C, 2C and 21. RGB value is (108,44,33). Sum of RGB (Red+Green+Blue) = 108+44+33=185 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.38% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2C21 is #93D3DE. Grayscale: #3D3D3D. Windows color (decimal): -9688031 or 2174060. OLE color: 2174060.

HSL color Cylindrical-coordinate representation of color #6C2C21: hue angle of 8.8º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C2C21 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB1084433-
CMYK00.590.690.58
HSL8.8º53.19%27.65%-
HSV(B)8.8º69.44%42.35%-
XYZ7.365.12.04-
YUV61.88111.7160.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 58.38%
GREEN value IS 44 (17.58% from 255) = 23.78%
BLUE value IS 33 (13.28% from 255) = 17.84%
R=58.38%
G=23.78%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108443300.590.690.588.853.1927.65
Hex6C2C2103B453A9351c
Octal154544107310572116534
Binary110110010110010000101110111000101111010100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C2C21; }

 p { color: rgb(108,44,33); }

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

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

 a { background-color: rgb(108,44,33); }

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

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

 span { border-color: rgb(108,44,33); }

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