#6F652B

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

Shades of Himalaya #6F652B

Tints of Himalaya #6F652B

Color information

#6F652B (or 0x6F652B) is unknown color: approx Himalaya. HEX triplet: 6F, 65 and 2B. RGB value is (111,101,43). Sum of RGB (Red+Green+Blue) = 111+101+43=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F652B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F652B is #909AD4. Grayscale: #616161. Windows color (decimal): -9476821 or 2844015. OLE color: 2844015.

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

Color convert

RGB11110143-
CMYK00.090.610.56
HSL51.18º44.16%30.2%-
HSV(B)51.18º61.26%43.53%-
XYZ11.6512.864.15-
YUV97.3897.31137.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.53%
GREEN value IS 101 (39.84% from 255) = 39.61%
BLUE value IS 43 (17.19% from 255) = 16.86%
R=43.53%
G=39.61%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111014300.090.610.5651.1844.1630.2
Hex6F652B093D38332c1e
Octal157145530117570635436
Binary110111111001011010110100111110111100011001110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F652B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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