Html Css Color HEX #60655B Willow Grove

📋 copy color: '#60655B'

red 96 ◦ green 101 ◦ blue 91

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

Shades of Willow Grove #60655B

Tints of Willow Grove #60655B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.07%

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

R = 33.33%
G = 35.07%
B = 31.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#60655B (or 0x60655B) is known color: Willow Grove. HEX triplet: 60, 65 and 5B. RGB value is (96,101,91). Sum of RGB (Red+Green+Blue) = 96+101+91=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 101 - color contains mainly: green. Hex color #60655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60655B is #9F9AA4. Grayscale: #626262. Windows color (decimal): -10459813 or 5989728. OLE color: 5989728.

HSL color Cylindrical-coordinate representation of color #60655B: hue angle of 90º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #60655B is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 96 101 91 -
CMYK 0.05 0 0.10 0.60
HSL 90º 0.05% 0.38% -
HSV(B) 90º 0.1% 0.4% -
XYZ 11.37 12.55 11.72 -
YUV 98.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 96 101 91 0.05 0 0.10 0.60 90 0.05 0.38
Hex 60 65 5B 5 0 A 3C 5A 5 26
Octal 140 145 133 5 0 12 74 132 5 46
Binary 1100000 1100101 1011011 101 0 1010 111100 1011010 101 100110

Color Harmonies of #60655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60655B

Black with #60655B

Text Example


Text Example

White with #60655B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60655B; }

 p { color: rgb(96,101,91); }

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

background-color css

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

 a { background-color: rgb(96,101,91); }

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

border-color css

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

 span { border-color: rgb(96,101,91); }

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