Html Css Color HEX #6A715E Willow Grove

📋 copy color: '#6A715E'

red 106 ◦ green 113 ◦ blue 94

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

Shades of Willow Grove #6A715E

Tints of Willow Grove #6A715E

RGB

 RED value IS 106 (41.8% from 255) = 33.87%

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

 BLUE value IS 94 (37.11% from 255) = 30.03%

R = 33.87%
G = 36.1%
B = 30.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6A715E (or 0x6A715E) is known color: Willow Grove. HEX triplet: 6A, 71 and 5E. RGB value is (106,113,94). Sum of RGB (Red+Green+Blue) = 106+113+94=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 113 - color contains mainly: green. Hex color #6A715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A715E is #958EA1. Grayscale: #6C6C6C. Windows color (decimal): -9801378 or 6189418. OLE color: 6189418.

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

Color convert

RGB 106 113 94 -
CMYK 0.06 0 0.17 0.56
HSL 82.11º 0.09% 0.41% -
HSV(B) 82.11º 0.17% 0.44% -
XYZ 13.87 15.68 12.89 -
YUV 108.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 106 113 94 0.06 0 0.17 0.56 82.11 0.09 0.41
Hex 6A 71 5E 6 0 11 38 52 9 29
Octal 152 161 136 6 0 21 70 122 11 51
Binary 1101010 1110001 1011110 110 0 10001 111000 1010010 1001 101001

Color Harmonies of #6A715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A715E

Black with #6A715E

Text Example


Text Example

White with #6A715E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,113,94); }

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

background-color css

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

 a { background-color: rgb(106,113,94); }

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

border-color css

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

 span { border-color: rgb(106,113,94); }

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