#6F632B

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

Shades of Himalaya #6F632B

Tints of Himalaya #6F632B

Color information

#6F632B (or 0x6F632B) is unknown color: approx Himalaya. HEX triplet: 6F, 63 and 2B. RGB value is (111,99,43). Sum of RGB (Red+Green+Blue) = 111+99+43=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 111 - color contains mainly: red. Hex color #6F632B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F632B is #909CD4. Grayscale: #606060. Windows color (decimal): -9477333 or 2843503. OLE color: 2843503.

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

Color convert

RGB1119943-
CMYK00.110.610.56
HSL49.41º44.16%30.2%-
HSV(B)49.41º61.26%43.53%-
XYZ11.4512.484.09-
YUV96.297.98138.55-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.87%
GREEN value IS 99 (39.06% from 255) = 39.13%
BLUE value IS 43 (17.19% from 255) = 17.00%
R=43.87%
G=39.13%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111994300.110.610.5649.4144.1630.2
Hex6F632B0B3D38312c1e
Octal157143530137570615436
Binary110111111000111010110101111110111100011000110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F632B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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