#6A6133

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

Shades of Himalaya #6A6133

Tints of Himalaya #6A6133

Color information

#6A6133 (or 0x6A6133) is unknown color: approx Himalaya. HEX triplet: 6A, 61 and 33. RGB value is (106,97,51). Sum of RGB (Red+Green+Blue) = 106+97+51=254 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.73% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6133 is #959ECC. Grayscale: #5E5E5E. Windows color (decimal): -9805517 or 3367274. OLE color: 3367274.

HSL color Cylindrical-coordinate representation of color #6A6133: hue angle of 50.18º 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 #6A6133 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB1069751-
CMYK00.080.520.58
HSL50.18º35.03%30.78%-
HSV(B)50.18º51.89%41.57%-
XYZ10.8211.854.85-
YUV94.45103.48136.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.73%
GREEN value IS 97 (38.28% from 255) = 38.19%
BLUE value IS 51 (20.31% from 255) = 20.08%
R=41.73%
G=38.19%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106975100.080.520.5850.1835.0330.78
Hex6A613308343A32231f
Octal152141630106472624337
Binary110101011000011100110100011010011101011001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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