#6F6732

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

Shades of Himalaya #6F6732

Tints of Himalaya #6F6732

Color information

#6F6732 (or 0x6F6732) is unknown color: approx Himalaya. HEX triplet: 6F, 67 and 32. RGB value is (111,103,50). Sum of RGB (Red+Green+Blue) = 111+103+50=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6732 is #9098CD. Grayscale: #636363. Windows color (decimal): -9476302 or 3303279. OLE color: 3303279.

HSL color Cylindrical-coordinate representation of color #6F6732: hue angle of 52.13º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F6732 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB11110350-
CMYK00.070.550.56
HSL52.13º37.89%31.57%-
HSV(B)52.13º54.95%43.53%-
XYZ11.9813.314.96-
YUV99.35100.15136.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.05%
GREEN value IS 103 (40.62% from 255) = 39.02%
BLUE value IS 50 (19.92% from 255) = 18.94%
R=42.05%
G=39.02%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111035000.070.550.5652.1337.8931.57
Hex6F6732073738342620
Octal15714762076770644640
Binary110111111001111100100111110111111000110100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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