#6B7063

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

Shades of Willow Grove #6B7063

Tints of Willow Grove #6B7063

Color information

#6B7063 (or 0x6B7063) is unknown color: approx Willow Grove. HEX triplet: 6B, 70 and 63. RGB value is (107,112,99). Sum of RGB (Red+Green+Blue) = 107+112+99=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7063 is #948F9C. Grayscale: #6D6D6D. Windows color (decimal): -9736093 or 6516843. OLE color: 6516843.

HSL color Cylindrical-coordinate representation of color #6B7063: hue angle of 83.08º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6B7063 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB10711299-
CMYK0.0400.120.56
HSL83.08º6.16%41.37%-
HSV(B)83.08º11.61%43.92%-
XYZ14.1115.6114.07-
YUV109.02122.34126.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.65%
GREEN value IS 112 (44.14% from 255) = 35.22%
BLUE value IS 99 (39.06% from 255) = 31.13%
R=33.65%
G=35.22%
B=31.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107112990.0400.120.5683.086.1641.37
Hex6B706340C3853629
Octal153160143401470123651
Binary110101111100001100011100011001110001010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,112,99); }

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

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

 a { background-color: rgb(107,112,99); }

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

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

 span { border-color: rgb(107,112,99); }

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