Html Css Color HEX #6A725B Willow Grove

📋 copy color: '#6A725B'

red 106 ◦ green 114 ◦ blue 91

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

Shades of Willow Grove #6A725B

Tints of Willow Grove #6A725B

RGB

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

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

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

R = 34.08%
G = 36.66%
B = 29.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#6A725B (or 0x6A725B) is known color: Willow Grove. HEX triplet: 6A, 72 and 5B. RGB value is (106,114,91). Sum of RGB (Red+Green+Blue) = 106+114+91=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 114 - color contains mainly: green. Hex color #6A725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A725B is #958DA4. Grayscale: #6D6D6D. Windows color (decimal): -9801125 or 5993066. OLE color: 5993066.

HSL color Cylindrical-coordinate representation of color #6A725B: hue angle of 80.87º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A725B is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 106 114 91 -
CMYK 0.07 0 0.20 0.55
HSL 80.87º 0.11% 0.4% -
HSV(B) 80.87º 0.2% 0.45% -
XYZ 13.85 15.85 12.23 -
YUV 108.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 106 114 91 0.07 0 0.20 0.55 80.87 0.11 0.4
Hex 6A 72 5B 7 0 14 37 51 B 28
Octal 152 162 133 7 0 24 67 121 13 50
Binary 1101010 1110010 1011011 111 0 10100 110111 1010001 1011 101000

Color Harmonies of #6A725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A725B

Black with #6A725B

Text Example


Text Example

White with #6A725B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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