#6A6333

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

Shades of Himalaya #6A6333

Tints of Himalaya #6A6333

Color information

#6A6333 (or 0x6A6333) is unknown color: approx Himalaya. HEX triplet: 6A, 63 and 33. RGB value is (106,99,51). Sum of RGB (Red+Green+Blue) = 106+99+51=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6333 is #959CCC. Grayscale: #5F5F5F. Windows color (decimal): -9805005 or 3367786. OLE color: 3367786.

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

Color convert

RGB1069951-
CMYK00.070.520.58
HSL52.36º35.03%30.78%-
HSV(B)52.36º51.89%41.57%-
XYZ1112.234.91-
YUV95.62102.82135.4-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.41%
GREEN value IS 99 (39.06% from 255) = 38.67%
BLUE value IS 51 (20.31% from 255) = 19.92%
R=41.41%
G=38.67%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106995100.070.520.5852.3635.0330.78
Hex6A633307343A34231f
Octal15214363076472644337
Binary11010101100011110011011111010011101011010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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