#6D3329

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

Shades of Pueblo #6D3329

Tints of Pueblo #6D3329

Color information

#6D3329 (or 0x6D3329) is unknown color: approx Pueblo. HEX triplet: 6D, 33 and 29. RGB value is (109,51,41). Sum of RGB (Red+Green+Blue) = 109+51+41=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3329 is #92CCD6. Grayscale: #434343. Windows color (decimal): -9620695 or 2700141. OLE color: 2700141.

HSL color Cylindrical-coordinate representation of color #6D3329: hue angle of 8.82º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D3329 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB1095141-
CMYK00.530.620.57
HSL8.82º45.33%29.41%-
HSV(B)8.82º62.39%42.75%-
XYZ7.895.782.8-
YUV67.2113.22157.81-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.23%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 41 (16.41% from 255) = 20.40%
R=54.23%
G=25.37%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109514100.530.620.578.8245.3329.41
Hex6D33290353E3992d1d
Octal15563510657671115535
Binary11011011100111010010110101111110111001100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,51,41); }

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

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

 a { background-color: rgb(109,51,41); }

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

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

 span { border-color: rgb(109,51,41); }

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