#6B755E

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

Shades of Willow Grove #6B755E

Tints of Willow Grove #6B755E

Color information

#6B755E (or 0x6B755E) is unknown color: approx Willow Grove. HEX triplet: 6B, 75 and 5E. RGB value is (107,117,94). Sum of RGB (Red+Green+Blue) = 107+117+94=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 117 - color contains mainly: green. Hex color #6B755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B755E is #948AA1. Grayscale: #6F6F6F. Windows color (decimal): -9734818 or 6190443. OLE color: 6190443.

HSL color Cylindrical-coordinate representation of color #6B755E: hue angle of 86.09º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B755E is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB10711794-
CMYK0.0900.200.54
HSL86.09º10.9%41.37%-
HSV(B)86.09º19.66%45.88%-
XYZ14.4516.6613.04-
YUV111.39118.19124.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.65%
GREEN value IS 117 (46.09% from 255) = 36.79%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=33.65%
G=36.79%
B=29.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal107117940.0900.200.5486.0910.941.37
Hex6B755E90143656b29
Octal15316513611024661261351
Binary110101111101011011110100101010011011010101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,117,94); }

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

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

 a { background-color: rgb(107,117,94); }

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

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

 span { border-color: rgb(107,117,94); }

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