#6A5F33

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

Shades of Himalaya #6A5F33

Tints of Himalaya #6A5F33

Color information

#6A5F33 (or 0x6A5F33) is unknown color: approx Himalaya. HEX triplet: 6A, 5F and 33. RGB value is (106,95,51). Sum of RGB (Red+Green+Blue) = 106+95+51=252 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.06% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5F33 is #95A0CC. Grayscale: #5D5D5D. Windows color (decimal): -9806029 or 3366762. OLE color: 3366762.

HSL color Cylindrical-coordinate representation of color #6A5F33: hue angle of 48º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A5F33 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB1069551-
CMYK00.100.520.58
HSL48º35.03%30.78%-
HSV(B)48º51.89%41.57%-
XYZ10.6311.494.79-
YUV93.27104.14137.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.06%
GREEN value IS 95 (37.5% from 255) = 37.70%
BLUE value IS 51 (20.31% from 255) = 20.24%
R=42.06%
G=37.70%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106955100.100.520.584835.0330.78
Hex6A5F330A343A30231f
Octal152137630126472604337
Binary110101010111111100110101011010011101011000010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,95,51); }

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

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

 a { background-color: rgb(106,95,51); }

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

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

 span { border-color: rgb(106,95,51); }

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