#6F6735

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

Shades of Himalaya #6F6735

Tints of Himalaya #6F6735

Color information

#6F6735 (or 0x6F6735) is unknown color: approx Himalaya. HEX triplet: 6F, 67 and 35. RGB value is (111,103,53). Sum of RGB (Red+Green+Blue) = 111+103+53=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6735 is #9098CA. Grayscale: #636363. Windows color (decimal): -9476299 or 3499887. OLE color: 3499887.

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

Color convert

RGB11110353-
CMYK00.070.520.56
HSL51.72º35.37%32.16%-
HSV(B)51.72º52.25%43.53%-
XYZ12.0513.345.31-
YUV99.69101.65136.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.57%
GREEN value IS 103 (40.62% from 255) = 38.58%
BLUE value IS 53 (21.09% from 255) = 19.85%
R=41.57%
G=38.58%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111035300.070.520.5651.7235.3732.16
Hex6F6735073438342320
Octal15714765076470644340
Binary110111111001111101010111110100111000110100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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