#6F6535

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

Shades of Himalaya #6F6535

Tints of Himalaya #6F6535

Color information

#6F6535 (or 0x6F6535) is unknown color: approx Himalaya. HEX triplet: 6F, 65 and 35. RGB value is (111,101,53). Sum of RGB (Red+Green+Blue) = 111+101+53=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6535 is #909ACA. Grayscale: #626262. Windows color (decimal): -9476811 or 3499375. OLE color: 3499375.

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

Color convert

RGB11110153-
CMYK00.090.520.56
HSL49.66º35.37%32.16%-
HSV(B)49.66º52.25%43.53%-
XYZ11.8512.945.24-
YUV98.52102.31136.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.89%
GREEN value IS 101 (39.84% from 255) = 38.11%
BLUE value IS 53 (21.09% from 255) = 20%
R=41.89%
G=38.11%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111015300.090.520.5649.6635.3732.16
Hex6F6535093438322320
Octal157145650116470624340
Binary1101111110010111010101001110100111000110010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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