#6B602D

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

Shades of Himalaya #6B602D

Tints of Himalaya #6B602D

Color information

#6B602D (or 0x6B602D) is unknown color: approx Himalaya. HEX triplet: 6B, 60 and 2D. RGB value is (107,96,45). Sum of RGB (Red+Green+Blue) = 107+96+45=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 107 - color contains mainly: red. Hex color #6B602D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B602D is #949FD2. Grayscale: #5D5D5D. Windows color (decimal): -9740243 or 2973803. OLE color: 2973803.

HSL color Cylindrical-coordinate representation of color #6B602D: hue angle of 49.35º 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 #6B602D is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1079645-
CMYK00.100.580.58
HSL49.35º40.79%29.8%-
HSV(B)49.35º57.94%41.96%-
XYZ10.7211.684.17-
YUV93.48100.64137.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.15%
GREEN value IS 96 (37.89% from 255) = 38.71%
BLUE value IS 45 (17.97% from 255) = 18.15%
R=43.15%
G=38.71%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107964500.100.580.5849.3540.7929.8
Hex6B602D0A3A3A31291e
Octal153140550127272615136
Binary110101111000001011010101011101011101011000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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