#6d2c1d

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

Shades of Pueblo #6D2C1D

Tints of Pueblo #6D2C1D

Color information

#6D2C1D (or 0x6D2C1D) is unknown color: approx Pueblo. HEX triplet: 6D, 2C and 1D. RGB value is (109,44,29). Sum of RGB (Red+Green+Blue) = 109+44+29=182 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.89% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2C1D is #92D3E2. Grayscale: #3D3D3D. Windows color (decimal): -9622499 or 1911917. OLE color: 1911917.

HSL color Cylindrical-coordinate representation of color #6D2C1D: hue angle of 11.25º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D2C1D is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.57.

Color convert

RGB1094429-
CMYK00.600.730.57
HSL11.25º57.97%27.06%-
HSV(B)11.25º73.39%42.75%-
XYZ7.435.141.76-
YUV61.72109.53161.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 59.89%
GREEN value IS 44 (17.58% from 255) = 24.18%
BLUE value IS 29 (11.72% from 255) = 15.93%
R=59.89%
G=24.18%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109442900.600.730.5711.2557.9727.06
Hex6D2C1D03C4939b3a1b
Octal155543507411171137233
Binary11011011011001110101111001001001111001101111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d2c1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,44,29); }

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

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

 a { background-color: rgb(109,44,29); }

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

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

 span { border-color: rgb(109,44,29); }

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