#6B775F

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

Shades of Willow Grove #6B775F

Tints of Willow Grove #6B775F

Color information

#6B775F (or 0x6B775F) is unknown color: approx Willow Grove. HEX triplet: 6B, 77 and 5F. RGB value is (107,119,95). Sum of RGB (Red+Green+Blue) = 107+119+95=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 119 - color contains mainly: green. Hex color #6B775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B775F is #9488A0. Grayscale: #707070. Windows color (decimal): -9734305 or 6256491. OLE color: 6256491.

HSL color Cylindrical-coordinate representation of color #6B775F: hue angle of 90º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B775F is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB10711995-
CMYK0.1000.200.53
HSL90º11.21%41.96%-
HSV(B)90º20.17%46.67%-
XYZ14.7317.1513.36-
YUV112.68118.02123.95-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.33%
GREEN value IS 119 (46.88% from 255) = 37.07%
BLUE value IS 95 (37.5% from 255) = 29.60%
R=33.33%
G=37.07%
B=29.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal107119950.1000.200.539011.2141.96
Hex6B775FA014355ab2a
Octal15316713712024651321352
Binary110101111101111011111101001010011010110110101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,119,95); }

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

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

 a { background-color: rgb(107,119,95); }

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

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

 span { border-color: rgb(107,119,95); }

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