#6D3229

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

Shades of Pueblo #6D3229

Tints of Pueblo #6D3229

Color information

#6D3229 (or 0x6D3229) is unknown color: approx Pueblo. HEX triplet: 6D, 32 and 29. RGB value is (109,50,41). Sum of RGB (Red+Green+Blue) = 109+50+41=200 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3229 is #92CDD6. Grayscale: #424242. Windows color (decimal): -9620951 or 2699885. OLE color: 2699885.

HSL color Cylindrical-coordinate representation of color #6D3229: hue angle of 7.94º 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 #6D3229 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB1095041-
CMYK00.540.620.57
HSL7.94º45.33%29.41%-
HSV(B)7.94º62.39%42.75%-
XYZ7.855.692.78-
YUV66.62113.55158.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.5%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 41 (16.41% from 255) = 20.5%
R=54.5%
G=25%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109504100.540.620.577.9445.3329.41
Hex6D32290363E3982d1d
Octal15562510667671105535
Binary11011011100101010010110110111110111001100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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