#6D2813

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

Shades of Pueblo #6D2813

Tints of Pueblo #6D2813

Color information

#6D2813 (or 0x6D2813) is unknown color: approx Pueblo. HEX triplet: 6D, 28 and 13. RGB value is (109,40,19). Sum of RGB (Red+Green+Blue) = 109+40+19=168 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.88% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2813 is #92D7EC. Grayscale: #3A3A3A. Windows color (decimal): -9623533 or 1255533. OLE color: 1255533.

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

Color convert

RGB1094019-
CMYK00.630.830.57
HSL14º70.31%25.1%-
HSV(B)14º82.57%42.75%-
XYZ7.184.821.17-
YUV58.24105.86164.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 64.88%
GREEN value IS 40 (16.02% from 255) = 23.81%
BLUE value IS 19 (7.81% from 255) = 11.31%
R=64.88%
G=23.81%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109401900.630.830.571470.3125.1
Hex6D281303F5339e4619
Octal1555023077123711610631
Binary110110110100010011011111110100111110011110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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