#6F621F

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

Shades of Himalaya #6F621F

Tints of Himalaya #6F621F

Color information

#6F621F (or 0x6F621F) is unknown color: approx Himalaya. HEX triplet: 6F, 62 and 1F. RGB value is (111,98,31). Sum of RGB (Red+Green+Blue) = 111+98+31=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F621F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F621F is #909DE0. Grayscale: #5E5E5E. Windows color (decimal): -9477601 or 2056815. OLE color: 2056815.

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

Color convert

RGB1119831-
CMYK00.120.720.56
HSL50.25º56.34%27.84%-
HSV(B)50.25º72.07%43.53%-
XYZ11.1712.213.07-
YUV94.2592.31139.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.25%
GREEN value IS 98 (38.67% from 255) = 40.83%
BLUE value IS 31 (12.5% from 255) = 12.92%
R=46.25%
G=40.83%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111983100.120.720.5650.2556.3427.84
Hex6F621F0C483832381c
Octal1571423701411070627034
Binary110111111000101111101100100100011100011001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F621F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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