#6D3828

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

Shades of Pueblo #6D3828

Tints of Pueblo #6D3828

Color information

#6D3828 (or 0x6D3828) is unknown color: approx Pueblo. HEX triplet: 6D, 38 and 28. RGB value is (109,56,40). Sum of RGB (Red+Green+Blue) = 109+56+40=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3828 is #92C7D7. Grayscale: #464646. Windows color (decimal): -9619416 or 2635885. OLE color: 2635885.

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

Color convert

RGB1095640-
CMYK00.490.630.57
HSL13.91º46.31%29.22%-
HSV(B)13.91º63.3%42.75%-
XYZ8.16.232.78-
YUV70.02111.06155.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 53.17%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 40 (16.02% from 255) = 19.51%
R=53.17%
G=27.32%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109564000.490.630.5713.9146.3129.22
Hex6D38280313F39e2e1d
Octal15570500617771165635
Binary11011011110001010000110001111111111001111010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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