Html Css Color HEX #6B7655 Willow Grove

📋 copy color: '#6B7655'

red 107 ◦ green 118 ◦ blue 85

#6B7655
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Willow Grove #6B7655

Tints of Willow Grove #6B7655

RGB

 RED value IS 107 (42.19% from 255) = 34.52%

 GREEN value IS 118 (46.48% from 255) = 38.06%

 BLUE value IS 85 (33.59% from 255) = 27.42%

R = 34.52%
G = 38.06%
B = 27.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#6B7655 (or 0x6B7655) is known color: Willow Grove. HEX triplet: 6B, 76 and 55. RGB value is (107,118,85). Sum of RGB (Red+Green+Blue) = 107+118+85=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #6B7655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7655 is #9489AA. Grayscale: #6F6F6F. Windows color (decimal): -9734571 or 5600875. OLE color: 5600875.

HSL color Cylindrical-coordinate representation of color #6B7655: hue angle of 80º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B7655 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 107 118 85 -
CMYK 0.09 0 0.28 0.54
HSL 80º 0.16% 0.4% -
HSV(B) 80º 0.28% 0.46% -
XYZ 14.18 16.74 11.08 -
YUV 110.95 113.36 125.18 -
System Red Green Blue C M Y K H S L
Decimal 107 118 85 0.09 0 0.28 0.54 80 0.16 0.4
Hex 6B 76 55 9 0 1C 36 50 10 28
Octal 153 166 125 11 0 34 66 120 20 50
Binary 1101011 1110110 1010101 1001 0 11100 110110 1010000 10000 101000

Color Harmonies of #6B7655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7655

Black with #6B7655

Text Example


Text Example

White with #6B7655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,118,85); }

 H1.HeaderClassName
 {
   color: #6B7655;
 }
 .AnyTagClassName
 {
   color: #6B7655;
 }
</style>

background-color css

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

 a { background-color: rgb(107,118,85); }

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

border-color css

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

 span { border-color: rgb(107,118,85); }

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