#6F5F35

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

Shades of Himalaya #6F5F35

Tints of Himalaya #6F5F35

Color information

#6F5F35 (or 0x6F5F35) is unknown color: approx Himalaya. HEX triplet: 6F, 5F and 35. RGB value is (111,95,53). Sum of RGB (Red+Green+Blue) = 111+95+53=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5F35 is #90A0CA. Grayscale: #5F5F5F. Windows color (decimal): -9478347 or 3497839. OLE color: 3497839.

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

Color convert

RGB1119553-
CMYK00.140.520.56
HSL43.45º35.37%32.16%-
HSV(B)43.45º52.25%43.53%-
XYZ11.2911.825.05-
YUV95104.3139.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.86%
GREEN value IS 95 (37.5% from 255) = 36.68%
BLUE value IS 53 (21.09% from 255) = 20.46%
R=42.86%
G=36.68%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111955300.140.520.5643.4535.3732.16
Hex6F5F350E34382b2320
Octal157137650166470534340
Binary1101111101111111010101110110100111000101011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,95,53); }

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

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

 a { background-color: rgb(111,95,53); }

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

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

 span { border-color: rgb(111,95,53); }

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