Html Css Color HEX #6A725C Willow Grove

📋 copy color: '#6A725C'

red 106 ◦ green 114 ◦ blue 92

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

Shades of Willow Grove #6A725C

Tints of Willow Grove #6A725C

RGB

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

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

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

R = 33.97%
G = 36.54%
B = 29.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#6A725C (or 0x6A725C) is known color: Willow Grove. HEX triplet: 6A, 72 and 5C. RGB value is (106,114,92). Sum of RGB (Red+Green+Blue) = 106+114+92=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 114 - color contains mainly: green. Hex color #6A725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A725C is #958DA3. Grayscale: #6D6D6D. Windows color (decimal): -9801124 or 6058602. OLE color: 6058602.

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

Color convert

RGB 106 114 92 -
CMYK 0.07 0 0.19 0.55
HSL 81.82º 0.11% 0.4% -
HSV(B) 81.82º 0.19% 0.45% -
XYZ 13.89 15.87 12.46 -
YUV 109.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 106 114 92 0.07 0 0.19 0.55 81.82 0.11 0.4
Hex 6A 72 5C 7 0 13 37 52 B 28
Octal 152 162 134 7 0 23 67 122 13 50
Binary 1101010 1110010 1011100 111 0 10011 110111 1010010 1011 101000

Color Harmonies of #6A725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A725C

Black with #6A725C

Text Example


Text Example

White with #6A725C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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