#6E6433

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

Shades of Himalaya #6E6433

Tints of Himalaya #6E6433

Color information

#6E6433 (or 0x6E6433) is unknown color: approx Himalaya. HEX triplet: 6E, 64 and 33. RGB value is (110,100,51). Sum of RGB (Red+Green+Blue) = 110+100+51=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6433 is #919BCC. Grayscale: #616161. Windows color (decimal): -9542605 or 3368046. OLE color: 3368046.

HSL color Cylindrical-coordinate representation of color #6E6433: hue angle of 49.83º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E6433 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.57.

Color convert

RGB11010051-
CMYK00.090.540.57
HSL49.83º36.65%31.57%-
HSV(B)49.83º53.64%43.14%-
XYZ11.5912.674.97-
YUV97.4101.81136.98-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.15%
GREEN value IS 100 (39.45% from 255) = 38.31%
BLUE value IS 51 (20.31% from 255) = 19.54%
R=42.15%
G=38.31%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101005100.090.540.5749.8336.6531.57
Hex6E6433093639322520
Octal156144630116671624540
Binary1101110110010011001101001110110111001110010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,100,51); }

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

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

 a { background-color: rgb(110,100,51); }

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

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

 span { border-color: rgb(110,100,51); }

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