Html Css Color HEX #6A6F60 Willow Grove

📋 copy color: '#6A6F60'

red 106 ◦ green 111 ◦ blue 96

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

Shades of Willow Grove #6A6F60

Tints of Willow Grove #6A6F60

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.46%

 BLUE value IS 96 (37.89% from 255) = 30.67%

R = 33.87%
G = 35.46%
B = 30.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6A6F60 (or 0x6A6F60) is known color: Willow Grove. HEX triplet: 6A, 6F and 60. RGB value is (106,111,96). Sum of RGB (Red+Green+Blue) = 106+111+96=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 111 - color contains mainly: green. Hex color #6A6F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6F60 is #95909F. Grayscale: #6B6B6B. Windows color (decimal): -9801888 or 6319978. OLE color: 6319978.

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

Color convert

RGB 106 111 96 -
CMYK 0.05 0 0.14 0.56
HSL 80º 0.07% 0.41% -
HSV(B) 80º 0.14% 0.44% -
XYZ 13.74 15.28 13.29 -
YUV 107.8 121.34 126.72 -
System Red Green Blue C M Y K H S L
Decimal 106 111 96 0.05 0 0.14 0.56 80 0.07 0.41
Hex 6A 6F 60 5 0 E 38 50 7 29
Octal 152 157 140 5 0 16 70 120 7 51
Binary 1101010 1101111 1100000 101 0 1110 111000 1010000 111 101001

Color Harmonies of #6A6F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6F60

Black with #6A6F60

Text Example


Text Example

White with #6A6F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,111,96); }

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

background-color css

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

 a { background-color: rgb(106,111,96); }

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

border-color css

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

 span { border-color: rgb(106,111,96); }

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