#6E6435

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

Shades of Himalaya #6E6435

Tints of Himalaya #6E6435

Color information

#6E6435 (or 0x6E6435) is unknown color: approx Himalaya. HEX triplet: 6E, 64 and 35. RGB value is (110,100,53). Sum of RGB (Red+Green+Blue) = 110+100+53=263 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.83% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6435 is #919BCA. Grayscale: #616161. Windows color (decimal): -9542603 or 3499118. OLE color: 3499118.

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

Color convert

RGB11010053-
CMYK00.090.520.57
HSL49.47º34.97%31.96%-
HSV(B)49.47º51.82%43.14%-
XYZ11.6312.695.2-
YUV97.63102.81136.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.83%
GREEN value IS 100 (39.45% from 255) = 38.02%
BLUE value IS 53 (21.09% from 255) = 20.15%
R=41.83%
G=38.02%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101005300.090.520.5749.4734.9731.96
Hex6E6435093439312320
Octal156144650116471614340
Binary1101110110010011010101001110100111001110001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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