Html Css Color HEX #6A745C Willow Grove

📋 copy color: '#6A745C'

red 106 ◦ green 116 ◦ blue 92

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

Shades of Willow Grove #6A745C

Tints of Willow Grove #6A745C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.94%

 BLUE value IS 92 (36.33% from 255) = 29.3%

R = 33.76%
G = 36.94%
B = 29.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#6A745C (or 0x6A745C) is known color: Willow Grove. HEX triplet: 6A, 74 and 5C. RGB value is (106,116,92). Sum of RGB (Red+Green+Blue) = 106+116+92=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 116 - color contains mainly: green. Hex color #6A745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A745C is #958BA3. Grayscale: #6E6E6E. Windows color (decimal): -9800612 or 6059114. OLE color: 6059114.

HSL color Cylindrical-coordinate representation of color #6A745C: hue angle of 85º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A745C is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 106 116 92 -
CMYK 0.09 0 0.21 0.55
HSL 85º 0.12% 0.41% -
HSV(B) 85º 0.21% 0.45% -
XYZ 14.12 16.33 12.53 -
YUV 110.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 106 116 92 0.09 0 0.21 0.55 85 0.12 0.41
Hex 6A 74 5C 9 0 15 37 55 C 29
Octal 152 164 134 11 0 25 67 125 14 51
Binary 1101010 1110100 1011100 1001 0 10101 110111 1010101 1100 101001

Color Harmonies of #6A745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A745C

Black with #6A745C

Text Example


Text Example

White with #6A745C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,116,92); }

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

background-color css

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

 a { background-color: rgb(106,116,92); }

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

border-color css

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

 span { border-color: rgb(106,116,92); }

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