#6F672C

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

Shades of Himalaya #6F672C

Tints of Himalaya #6F672C

Color information

#6F672C (or 0x6F672C) is unknown color: approx Himalaya. HEX triplet: 6F, 67 and 2C. RGB value is (111,103,44). Sum of RGB (Red+Green+Blue) = 111+103+44=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F672C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F672C is #9098D3. Grayscale: #626262. Windows color (decimal): -9476308 or 2910063. OLE color: 2910063.

HSL color Cylindrical-coordinate representation of color #6F672C: hue angle of 52.84º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F672C is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB11110344-
CMYK00.070.600.56
HSL52.84º43.23%30.39%-
HSV(B)52.84º60.36%43.53%-
XYZ11.8613.264.32-
YUV98.6797.15136.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.02%
GREEN value IS 103 (40.62% from 255) = 39.92%
BLUE value IS 44 (17.58% from 255) = 17.05%
R=43.02%
G=39.92%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111034400.070.600.5652.8443.2330.39
Hex6F672C073C38352b1e
Octal15714754077470655336
Binary11011111100111101100011111110011100011010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F672C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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