#6C3120

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

Shades of Pueblo #6C3120

Tints of Pueblo #6C3120

Color information

#6C3120 (or 0x6C3120) is unknown color: approx Pueblo. HEX triplet: 6C, 31 and 20. RGB value is (108,49,32). Sum of RGB (Red+Green+Blue) = 108+49+32=189 (25% of max value = 765). Red value is 108 (42.58% from 255 or 57.14% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3120 is #93CEDF. Grayscale: #404040. Windows color (decimal): -9686752 or 2109804. OLE color: 2109804.

HSL color Cylindrical-coordinate representation of color #6C3120: hue angle of 13.42º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C3120 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB1084932-
CMYK00.550.700.58
HSL13.42º54.29%27.45%-
HSV(B)13.42º70.37%42.35%-
XYZ7.545.492.03-
YUV64.7109.55158.88-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 57.14%
GREEN value IS 49 (19.53% from 255) = 25.93%
BLUE value IS 32 (12.89% from 255) = 16.93%
R=57.14%
G=25.93%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108493200.550.700.5813.4254.2927.45
Hex6C3120037463Ad361b
Octal154614006710672156633
Binary110110011000110000001101111000110111010110111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,49,32); }

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

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

 a { background-color: rgb(108,49,32); }

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

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

 span { border-color: rgb(108,49,32); }

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