Html Css Color HEX #6A705B Willow Grove

📋 copy color: '#6A705B'

red 106 ◦ green 112 ◦ blue 91

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

Shades of Willow Grove #6A705B

Tints of Willow Grove #6A705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.45%

R = 34.3%
G = 36.25%
B = 29.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#6A705B (or 0x6A705B) is known color: Willow Grove. HEX triplet: 6A, 70 and 5B. RGB value is (106,112,91). Sum of RGB (Red+Green+Blue) = 106+112+91=309 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.30% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 112 - color contains mainly: green. Hex color #6A705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A705B is #958FA4. Grayscale: #6B6B6B. Windows color (decimal): -9801637 or 5992554. OLE color: 5992554.

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

Color convert

RGB 106 112 91 -
CMYK 0.05 0 0.19 0.56
HSL 77.14º 0.1% 0.4% -
HSV(B) 77.14º 0.19% 0.44% -
XYZ 13.63 15.41 12.15 -
YUV 107.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 106 112 91 0.05 0 0.19 0.56 77.14 0.1 0.4
Hex 6A 70 5B 5 0 13 38 4D A 28
Octal 152 160 133 5 0 23 70 115 12 50
Binary 1101010 1110000 1011011 101 0 10011 111000 1001101 1010 101000

Color Harmonies of #6A705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A705B

Black with #6A705B

Text Example


Text Example

White with #6A705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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