#6F5D27

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

Shades of Himalaya #6F5D27

Tints of Himalaya #6F5D27

Color information

#6F5D27 (or 0x6F5D27) is unknown color: approx Himalaya. HEX triplet: 6F, 5D and 27. RGB value is (111,93,39). Sum of RGB (Red+Green+Blue) = 111+93+39=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5D27 is #90A2D8. Grayscale: #5C5C5C. Windows color (decimal): -9478873 or 2579823. OLE color: 2579823.

HSL color Cylindrical-coordinate representation of color #6F5D27: hue angle of 45º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F5D27 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1119339-
CMYK00.160.650.56
HSL45º48%29.41%-
HSV(B)45º64.86%43.53%-
XYZ10.8411.353.54-
YUV92.2397.96141.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.68%
GREEN value IS 93 (36.72% from 255) = 38.27%
BLUE value IS 39 (15.62% from 255) = 16.05%
R=45.68%
G=38.27%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111933900.160.650.56454829.41
Hex6F5D2701041382d301d
Octal1571354702010170556035
Binary11011111011101100111010000100000111100010110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,93,39); }

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

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

 a { background-color: rgb(111,93,39); }

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

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

 span { border-color: rgb(111,93,39); }

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