#6C3322

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

Shades of Pueblo #6C3322

Tints of Pueblo #6C3322

Color information

#6C3322 (or 0x6C3322) is unknown color: approx Pueblo. HEX triplet: 6C, 33 and 22. RGB value is (108,51,34). Sum of RGB (Red+Green+Blue) = 108+51+34=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 34 (13.67% from 255 or 17.62% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3322 is #93CCDD. Grayscale: #424242. Windows color (decimal): -9686238 or 2241388. OLE color: 2241388.

HSL color Cylindrical-coordinate representation of color #6C3322: hue angle of 13.78º degrees, saturation: 0.52, 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 #6C3322 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB1085134-
CMYK00.530.690.58
HSL13.78º52.11%27.84%-
HSV(B)13.78º68.52%42.35%-
XYZ7.665.672.2-
YUV66.1109.88157.88-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.96%
GREEN value IS 51 (20.31% from 255) = 26.42%
BLUE value IS 34 (13.67% from 255) = 17.62%
R=55.96%
G=26.42%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108513400.530.690.5813.7852.1127.84
Hex6C3322035453Ae341c
Octal154634206510572166434
Binary110110011001110001001101011000101111010111011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,51,34); }

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

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

 a { background-color: rgb(108,51,34); }

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

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

 span { border-color: rgb(108,51,34); }

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