#6A2E1A

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

Shades of Pueblo #6A2E1A

Tints of Pueblo #6A2E1A

Color information

#6A2E1A (or 0x6A2E1A) is unknown color: approx Pueblo. HEX triplet: 6A, 2E and 1A. RGB value is (106,46,26). Sum of RGB (Red+Green+Blue) = 106+46+26=178 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.55% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2E1A is #95D1E5. Grayscale: #3D3D3D. Windows color (decimal): -9818598 or 1715818. OLE color: 1715818.

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

Color convert

RGB1064626-
CMYK00.570.750.58
HSL15º60.61%25.88%-
HSV(B)15º75.47%41.57%-
XYZ7.115.091.59-
YUV61.66107.88159.63-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 59.55%
GREEN value IS 46 (18.36% from 255) = 25.84%
BLUE value IS 26 (10.55% from 255) = 14.61%
R=59.55%
G=25.84%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106462600.570.750.581560.6125.88
Hex6A2E1A0394B3Af3d1a
Octal152563207111372177532
Binary11010101011101101001110011001011111010111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,46,26); }

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

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

 a { background-color: rgb(106,46,26); }

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

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

 span { border-color: rgb(106,46,26); }

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