#6B7066

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

Shades of Willow Grove #6B7066

Tints of Willow Grove #6B7066

Color information

#6B7066 (or 0x6B7066) is unknown color: approx Willow Grove. HEX triplet: 6B, 70 and 66. RGB value is (107,112,102). Sum of RGB (Red+Green+Blue) = 107+112+102=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7066 is #948F99. Grayscale: #6D6D6D. Windows color (decimal): -9736090 or 6713451. OLE color: 6713451.

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

Color convert

RGB107112102-
CMYK0.0400.090.56
HSL90º4.67%41.96%-
HSV(B)90º8.93%43.92%-
XYZ14.2615.6714.84-
YUV109.36123.84126.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.33%
GREEN value IS 112 (44.14% from 255) = 34.89%
BLUE value IS 102 (40.23% from 255) = 31.78%
R=33.33%
G=34.89%
B=31.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1071121020.0400.090.56904.6741.96
Hex6B7066409385a52a
Octal153160146401170132552
Binary110101111100001100110100010011110001011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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