#6A5C2A

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

Shades of Himalaya #6A5C2A

Tints of Himalaya #6A5C2A

Color information

#6A5C2A (or 0x6A5C2A) is unknown color: approx Himalaya. HEX triplet: 6A, 5C and 2A. RGB value is (106,92,42). Sum of RGB (Red+Green+Blue) = 106+92+42=240 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.17% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5C2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5C2A is #95A3D5. Grayscale: #5A5A5A. Windows color (decimal): -9806806 or 2776170. OLE color: 2776170.

HSL color Cylindrical-coordinate representation of color #6A5C2A: hue angle of 46.88º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A5C2A is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB1069242-
CMYK00.130.600.58
HSL46.88º43.24%29.02%-
HSV(B)46.88º60.38%41.57%-
XYZ10.1910.893.75-
YUV90.49100.64139.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.17%
GREEN value IS 92 (36.33% from 255) = 38.33%
BLUE value IS 42 (16.80% from 255) = 17.5%
R=44.17%
G=38.33%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106924200.130.600.5846.8843.2429.02
Hex6A5C2A0D3C3A2f2b1d
Octal152134520157472575335
Binary110101010111001010100110111110011101010111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,92,42); }

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

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

 a { background-color: rgb(106,92,42); }

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

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

 span { border-color: rgb(106,92,42); }

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