#6F5E23

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

Shades of Himalaya #6F5E23

Tints of Himalaya #6F5E23

Color information

#6F5E23 (or 0x6F5E23) is unknown color: approx Himalaya. HEX triplet: 6F, 5E and 23. RGB value is (111,94,35). Sum of RGB (Red+Green+Blue) = 111+94+35=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5E23 is #90A1DC. Grayscale: #5C5C5C. Windows color (decimal): -9478621 or 2317935. OLE color: 2317935.

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

Color convert

RGB1119435-
CMYK00.150.680.56
HSL46.58º52.05%28.63%-
HSV(B)46.58º68.47%43.53%-
XYZ10.8611.513.24-
YUV92.3695.63141.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.25%
GREEN value IS 94 (37.11% from 255) = 39.17%
BLUE value IS 35 (14.06% from 255) = 14.58%
R=46.25%
G=39.17%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111943500.150.680.5646.5852.0528.63
Hex6F5E230F44382f341d
Octal1571364301710470576435
Binary1101111101111010001101111100010011100010111111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,94,35); }

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

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

 a { background-color: rgb(111,94,35); }

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

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

 span { border-color: rgb(111,94,35); }

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