#6A3229

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

Shades of Pueblo #6A3229

Tints of Pueblo #6A3229

Color information

#6A3229 (or 0x6A3229) is unknown color: approx Pueblo. HEX triplet: 6A, 32 and 29. RGB value is (106,50,41). Sum of RGB (Red+Green+Blue) = 106+50+41=197 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.81% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3229 is #95CDD6. Grayscale: #414141. Windows color (decimal): -9817559 or 2699882. OLE color: 2699882.

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

Color convert

RGB1065041-
CMYK00.530.610.58
HSL8.31º44.22%28.82%-
HSV(B)8.31º61.32%41.57%-
XYZ7.485.512.77-
YUV65.72114.05156.73-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53.81%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 41 (16.41% from 255) = 20.81%
R=53.81%
G=25.38%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106504100.530.610.588.3144.2228.82
Hex6A32290353D3A82c1d
Octal15262510657572105435
Binary11010101100101010010110101111101111010100010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,50,41); }

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

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

 a { background-color: rgb(106,50,41); }

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

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

 span { border-color: rgb(106,50,41); }

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