#6B602F

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

Shades of Himalaya #6B602F

Tints of Himalaya #6B602F

Color information

#6B602F (or 0x6B602F) is unknown color: approx Himalaya. HEX triplet: 6B, 60 and 2F. RGB value is (107,96,47). Sum of RGB (Red+Green+Blue) = 107+96+47=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 107 - color contains mainly: red. Hex color #6B602F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B602F is #949FD0. Grayscale: #5D5D5D. Windows color (decimal): -9740241 or 3104875. OLE color: 3104875.

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

Color convert

RGB1079647-
CMYK00.100.560.58
HSL49º38.96%30.2%-
HSV(B)49º56.07%41.96%-
XYZ10.7611.74.38-
YUV93.7101.64137.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.8%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 47 (18.75% from 255) = 18.8%
R=42.8%
G=38.4%
B=18.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107964700.100.560.584938.9630.2
Hex6B602F0A383A31271e
Octal153140570127072614736
Binary110101111000001011110101011100011101011000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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