Html Css Color HEX #606955 Willow Grove

📋 copy color: '#606955'

red 96 ◦ green 105 ◦ blue 85

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

Shades of Willow Grove #606955

Tints of Willow Grove #606955

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.71%

 BLUE value IS 85 (33.59% from 255) = 29.72%

R = 33.57%
G = 36.71%
B = 29.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#606955 (or 0x606955) is known color: Willow Grove. HEX triplet: 60, 69 and 55. RGB value is (96,105,85). Sum of RGB (Red+Green+Blue) = 96+105+85=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 105 - color contains mainly: green. Hex color #606955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606955 is #9F96AA. Grayscale: #646464. Windows color (decimal): -10458795 or 5597536. OLE color: 5597536.

HSL color Cylindrical-coordinate representation of color #606955: hue angle of 87º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #606955 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 105 85 -
CMYK 0.09 0 0.19 0.59
HSL 87º 0.11% 0.37% -
HSV(B) 87º 0.19% 0.41% -
XYZ 11.52 13.25 10.54 -
YUV 100.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 96 105 85 0.09 0 0.19 0.59 87 0.11 0.37
Hex 60 69 55 9 0 13 3B 57 B 25
Octal 140 151 125 11 0 23 73 127 13 45
Binary 1100000 1101001 1010101 1001 0 10011 111011 1010111 1011 100101

Color Harmonies of #606955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606955

Black with #606955

Text Example


Text Example

White with #606955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606955; }

 p { color: rgb(96,105,85); }

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

background-color css

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

 a { background-color: rgb(96,105,85); }

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

border-color css

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

 span { border-color: rgb(96,105,85); }

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