#6B5F2A

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

Shades of Himalaya #6B5F2A

Tints of Himalaya #6B5F2A

Color information

#6B5F2A (or 0x6B5F2A) is unknown color: approx Himalaya. HEX triplet: 6B, 5F and 2A. RGB value is (107,95,42). Sum of RGB (Red+Green+Blue) = 107+95+42=244 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.85% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5F2A is #94A0D5. Grayscale: #5C5C5C. Windows color (decimal): -9740502 or 2776939. OLE color: 2776939.

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

Color convert

RGB1079542-
CMYK00.110.610.58
HSL48.92º43.62%29.22%-
HSV(B)48.92º60.75%41.96%-
XYZ10.5711.483.85-
YUV92.5599.48138.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.85%
GREEN value IS 95 (37.5% from 255) = 38.93%
BLUE value IS 42 (16.80% from 255) = 17.21%
R=43.85%
G=38.93%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107954200.110.610.5848.9243.6229.22
Hex6B5F2A0B3D3A312c1d
Octal153137520137572615435
Binary110101110111111010100101111110111101011000110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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