#6b5f2d

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

Shades of Himalaya #6B5F2D

Tints of Himalaya #6B5F2D

Color information

#6B5F2D (or 0x6B5F2D) is unknown color: approx Himalaya. HEX triplet: 6B, 5F and 2D. RGB value is (107,95,45). Sum of RGB (Red+Green+Blue) = 107+95+45=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5F2D is #94A0D2. Grayscale: #5D5D5D. Windows color (decimal): -9740499 or 2973547. OLE color: 2973547.

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

Color convert

RGB1079545-
CMYK00.110.580.58
HSL48.39º40.79%29.8%-
HSV(B)48.39º57.94%41.96%-
XYZ10.6311.54.14-
YUV92.89100.98138.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.32%
GREEN value IS 95 (37.5% from 255) = 38.46%
BLUE value IS 45 (17.97% from 255) = 18.22%
R=43.32%
G=38.46%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107954500.110.580.5848.3940.7929.8
Hex6B5F2D0B3A3A30291e
Octal153137550137272605136
Binary110101110111111011010101111101011101011000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b5f2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,95,45); }

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

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

 a { background-color: rgb(107,95,45); }

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

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

 span { border-color: rgb(107,95,45); }

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