#6D2B1A

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

Shades of Pueblo #6D2B1A

Tints of Pueblo #6D2B1A

Color information

#6D2B1A (or 0x6D2B1A) is unknown color: approx Pueblo. HEX triplet: 6D, 2B and 1A. RGB value is (109,43,26). Sum of RGB (Red+Green+Blue) = 109+43+26=178 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.24% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2B1A is #92D4E5. Grayscale: #3C3C3C. Windows color (decimal): -9622758 or 1715053. OLE color: 1715053.

HSL color Cylindrical-coordinate representation of color #6D2B1A: hue angle of 12.29º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D2B1A is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB1094326-
CMYK00.610.760.57
HSL12.29º61.48%26.47%-
HSV(B)12.29º76.15%42.75%-
XYZ7.365.051.56-
YUV60.8108.37162.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 61.24%
GREEN value IS 43 (17.19% from 255) = 24.16%
BLUE value IS 26 (10.55% from 255) = 14.61%
R=61.24%
G=24.16%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.76
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109432600.610.760.5712.2961.4826.47
Hex6D2B1A03D4C39c3d1a
Octal155533207511471147532
Binary11011011010111101001111011001100111001110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,43,26); }

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

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

 a { background-color: rgb(109,43,26); }

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

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

 span { border-color: rgb(109,43,26); }

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