Html Css Color HEX #6A7065 Willow Grove

📋 copy color: '#6A7065'

red 106 ◦ green 112 ◦ blue 101

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

Shades of Willow Grove #6A7065

Tints of Willow Grove #6A7065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.11%

 BLUE value IS 101 (39.84% from 255) = 31.66%

R = 33.23%
G = 35.11%
B = 31.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#6A7065 (or 0x6A7065) is known color: Willow Grove. HEX triplet: 6A, 70 and 65. RGB value is (106,112,101). Sum of RGB (Red+Green+Blue) = 106+112+101=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 112 - color contains mainly: green. Hex color #6A7065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7065 is #958F9A. Grayscale: #6C6C6C. Windows color (decimal): -9801627 or 6647914. OLE color: 6647914.

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

Color convert

RGB 106 112 101 -
CMYK 0.05 0 0.10 0.56
HSL 92.73º 0.05% 0.42% -
HSV(B) 92.73º 0.1% 0.44% -
XYZ 14.09 15.59 14.58 -
YUV 108.95 123.51 125.89 -
System Red Green Blue C M Y K H S L
Decimal 106 112 101 0.05 0 0.10 0.56 92.73 0.05 0.42
Hex 6A 70 65 5 0 A 38 5D 5 2A
Octal 152 160 145 5 0 12 70 135 5 52
Binary 1101010 1110000 1100101 101 0 1010 111000 1011101 101 101010

Color Harmonies of #6A7065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7065

Black with #6A7065

Text Example


Text Example

White with #6A7065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,112,101); }

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

background-color css

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

 a { background-color: rgb(106,112,101); }

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

border-color css

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

 span { border-color: rgb(106,112,101); }

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