#6F632C

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

Shades of Himalaya #6F632C

Tints of Himalaya #6F632C

Color information

#6F632C (or 0x6F632C) is unknown color: approx Himalaya. HEX triplet: 6F, 63 and 2C. RGB value is (111,99,44). Sum of RGB (Red+Green+Blue) = 111+99+44=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F632C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F632C is #909CD3. Grayscale: #606060. Windows color (decimal): -9477332 or 2909039. OLE color: 2909039.

HSL color Cylindrical-coordinate representation of color #6F632C: hue angle of 49.25º 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 #6F632C is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB1119944-
CMYK00.110.600.56
HSL49.25º43.23%30.39%-
HSV(B)49.25º60.36%43.53%-
XYZ11.4712.494.19-
YUV96.3298.48138.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.70%
GREEN value IS 99 (39.06% from 255) = 38.98%
BLUE value IS 44 (17.58% from 255) = 17.32%
R=43.70%
G=38.98%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111994400.110.600.5649.2543.2330.39
Hex6F632C0B3C38312b1e
Octal157143540137470615336
Binary110111111000111011000101111110011100011000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F632C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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