#6C3121

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

Shades of Pueblo #6C3121

Tints of Pueblo #6C3121

Color information

#6C3121 (or 0x6C3121) is unknown color: approx Pueblo. HEX triplet: 6C, 31 and 21. RGB value is (108,49,33). Sum of RGB (Red+Green+Blue) = 108+49+33=190 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.84% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3121 is #93CEDE. Grayscale: #404040. Windows color (decimal): -9686751 or 2175340. OLE color: 2175340.

HSL color Cylindrical-coordinate representation of color #6C3121: hue angle of 12.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 #6C3121 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB1084933-
CMYK00.550.690.58
HSL12.8º53.19%27.65%-
HSV(B)12.8º69.44%42.35%-
XYZ7.565.492.1-
YUV64.82110.05158.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 56.84%
GREEN value IS 49 (19.53% from 255) = 25.79%
BLUE value IS 33 (13.28% from 255) = 17.37%
R=56.84%
G=25.79%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108493300.550.690.5812.853.1927.65
Hex6C3121037453Ad351c
Octal154614106710572156534
Binary110110011000110000101101111000101111010110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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