#6F6225

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

Shades of Himalaya #6F6225

Tints of Himalaya #6F6225

Color information

#6F6225 (or 0x6F6225) is unknown color: approx Himalaya. HEX triplet: 6F, 62 and 25. RGB value is (111,98,37). Sum of RGB (Red+Green+Blue) = 111+98+37=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6225 is #909DDA. Grayscale: #5F5F5F. Windows color (decimal): -9477595 or 2450031. OLE color: 2450031.

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

Color convert

RGB1119837-
CMYK00.120.670.56
HSL49.46º50%29.02%-
HSV(B)49.46º66.67%43.53%-
XYZ11.2612.253.52-
YUV94.9395.31139.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.12%
GREEN value IS 98 (38.67% from 255) = 39.84%
BLUE value IS 37 (14.84% from 255) = 15.04%
R=45.12%
G=39.84%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111983700.120.670.5649.465029.02
Hex6F62250C433831321d
Octal1571424501410370616235
Binary1101111110001010010101100100001111100011000111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,98,37); }

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

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

 a { background-color: rgb(111,98,37); }

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

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

 span { border-color: rgb(111,98,37); }

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