#6A3524

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

Shades of Pueblo #6A3524

Tints of Pueblo #6A3524

Color information

#6A3524 (or 0x6A3524) is unknown color: approx Pueblo. HEX triplet: 6A, 35 and 24. RGB value is (106,53,36). Sum of RGB (Red+Green+Blue) = 106+53+36=195 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.36% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3524 is #95CADB. Grayscale: #434343. Windows color (decimal): -9816796 or 2372970. OLE color: 2372970.

HSL color Cylindrical-coordinate representation of color #6A3524: hue angle of 14.57º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A3524 is Cyan = 0, Magento = 0.5, Yellow = 0.66 and Black (K on CMYK) = 0.58.

Color convert

RGB1065336-
CMYK00.50.660.58
HSL14.57º49.3%27.84%-
HSV(B)14.57º66.04%41.57%-
XYZ7.545.742.38-
YUV66.91110.56155.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 54.36%
GREEN value IS 53 (21.09% from 255) = 27.18%
BLUE value IS 36 (14.45% from 255) = 18.46%
R=54.36%
G=27.18%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.66
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106533600.50.660.5814.5749.327.84
Hex6A3524032423Af311c
Octal152654406210272176134
Binary110101011010110010001100101000010111010111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,53,36); }

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

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

 a { background-color: rgb(106,53,36); }

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

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

 span { border-color: rgb(106,53,36); }

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