#6D3829

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

Shades of Pueblo #6D3829

Tints of Pueblo #6D3829

Color information

#6D3829 (or 0x6D3829) is unknown color: approx Pueblo. HEX triplet: 6D, 38 and 29. RGB value is (109,56,41). Sum of RGB (Red+Green+Blue) = 109+56+41=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3829 is #92C7D6. Grayscale: #464646. Windows color (decimal): -9619415 or 2701421. OLE color: 2701421.

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

Color convert

RGB1095641-
CMYK00.490.620.57
HSL13.24º45.33%29.41%-
HSV(B)13.24º62.39%42.75%-
XYZ8.126.242.87-
YUV70.14111.56155.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 52.91%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 41 (16.41% from 255) = 19.90%
R=52.91%
G=27.18%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109564100.490.620.5713.2445.3329.41
Hex6D38290313E39d2d1d
Octal15570510617671155535
Binary11011011110001010010110001111110111001110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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