Html Css Color HEX #6C715F Willow Grove

📋 copy color: '#6C715F'

red 108 ◦ green 113 ◦ blue 95

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

Shades of Willow Grove #6C715F

Tints of Willow Grove #6C715F

RGB

 RED value IS 108 (42.58% from 255) = 34.18%

 GREEN value IS 113 (44.53% from 255) = 35.76%

 BLUE value IS 95 (37.5% from 255) = 30.06%

R = 34.18%
G = 35.76%
B = 30.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6C715F (or 0x6C715F) is known color: Willow Grove. HEX triplet: 6C, 71 and 5F. RGB value is (108,113,95). Sum of RGB (Red+Green+Blue) = 108+113+95=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 113 - color contains mainly: green. Hex color #6C715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C715F is #938EA0. Grayscale: #6D6D6D. Windows color (decimal): -9670305 or 6254956. OLE color: 6254956.

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

Color convert

RGB 108 113 95 -
CMYK 0.04 0 0.16 0.56
HSL 76.67º 0.09% 0.41% -
HSV(B) 76.67º 0.16% 0.44% -
XYZ 14.16 15.82 13.13 -
YUV 109.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 108 113 95 0.04 0 0.16 0.56 76.67 0.09 0.41
Hex 6C 71 5F 4 0 10 38 4D 9 29
Octal 154 161 137 4 0 20 70 115 11 51
Binary 1101100 1110001 1011111 100 0 10000 111000 1001101 1001 101001

Color Harmonies of #6C715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C715F

Black with #6C715F

Text Example


Text Example

White with #6C715F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,113,95); }

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

background-color css

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

 a { background-color: rgb(108,113,95); }

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

border-color css

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

 span { border-color: rgb(108,113,95); }

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