Html Css Color HEX #6A725F Willow Grove

📋 copy color: '#6A725F'

red 106 ◦ green 114 ◦ blue 95

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

Shades of Willow Grove #6A725F

Tints of Willow Grove #6A725F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.19%

 BLUE value IS 95 (37.5% from 255) = 30.16%

R = 33.65%
G = 36.19%
B = 30.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#6A725F (or 0x6A725F) is known color: Willow Grove. HEX triplet: 6A, 72 and 5F. RGB value is (106,114,95). Sum of RGB (Red+Green+Blue) = 106+114+95=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 114 - color contains mainly: green. Hex color #6A725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A725F is #958DA0. Grayscale: #6D6D6D. Windows color (decimal): -9801121 or 6255210. OLE color: 6255210.

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

Color convert

RGB 106 114 95 -
CMYK 0.07 0 0.17 0.55
HSL 85.26º 0.09% 0.41% -
HSV(B) 85.26º 0.17% 0.45% -
XYZ 14.03 15.93 13.16 -
YUV 109.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 106 114 95 0.07 0 0.17 0.55 85.26 0.09 0.41
Hex 6A 72 5F 7 0 11 37 55 9 29
Octal 152 162 137 7 0 21 67 125 11 51
Binary 1101010 1110010 1011111 111 0 10001 110111 1010101 1001 101001

Color Harmonies of #6A725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A725F

Black with #6A725F

Text Example


Text Example

White with #6A725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,114,95); }

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

background-color css

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

 a { background-color: rgb(106,114,95); }

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

border-color css

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

 span { border-color: rgb(106,114,95); }

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