Html Css Color HEX #606F52 Willow Grove

📋 copy color: '#606F52'

red 96 ◦ green 111 ◦ blue 82

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

Shades of Willow Grove #606F52

Tints of Willow Grove #606F52

RGB

 RED value IS 96 (37.89% from 255) = 33.22%

 GREEN value IS 111 (43.75% from 255) = 38.41%

 BLUE value IS 82 (32.42% from 255) = 28.37%

R = 33.22%
G = 38.41%
B = 28.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#606F52 (or 0x606F52) is known color: Willow Grove. HEX triplet: 60, 6F and 52. RGB value is (96,111,82). Sum of RGB (Red+Green+Blue) = 96+111+82=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 111 - color contains mainly: green. Hex color #606F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606F52 is #9F90AD. Grayscale: #676767. Windows color (decimal): -10457262 or 5402464. OLE color: 5402464.

HSL color Cylindrical-coordinate representation of color #606F52: hue angle of 91.03º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #606F52 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 111 82 -
CMYK 0.14 0 0.26 0.56
HSL 91.03º 0.15% 0.38% -
HSV(B) 91.03º 0.26% 0.44% -
XYZ 12.03 14.46 10.14 -
YUV 103.21 116.03 122.86 -
System Red Green Blue C M Y K H S L
Decimal 96 111 82 0.14 0 0.26 0.56 91.03 0.15 0.38
Hex 60 6F 52 E 0 1A 38 5B F 26
Octal 140 157 122 16 0 32 70 133 17 46
Binary 1100000 1101111 1010010 1110 0 11010 111000 1011011 1111 100110

Color Harmonies of #606F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606F52

Black with #606F52

Text Example


Text Example

White with #606F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606F52; }

 p { color: rgb(96,111,82); }

 H1.HeaderClassName
 {
   color: #606F52;
 }
 .AnyTagClassName
 {
   color: #606F52;
 }
</style>

background-color css

<style>
 a { background-color: #606F52; }

 a { background-color: rgb(96,111,82); }

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

border-color css

<style>
 span { border-color: #606F52; }

 span { border-color: rgb(96,111,82); }

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