Html Css Color HEX #64685F Willow Grove

📋 copy color: '#64685F'

red 100 ◦ green 104 ◦ blue 95

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

Shades of Willow Grove #64685F

Tints of Willow Grove #64685F

RGB

 RED value IS 100 (39.45% from 255) = 33.44%

 GREEN value IS 104 (41.02% from 255) = 34.78%

 BLUE value IS 95 (37.5% from 255) = 31.77%

R = 33.44%
G = 34.78%
B = 31.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#64685F (or 0x64685F) is known color: Willow Grove. HEX triplet: 64, 68 and 5F. RGB value is (100,104,95). Sum of RGB (Red+Green+Blue) = 100+104+95=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 104 - color contains mainly: green. Hex color #64685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64685F is #9B97A0. Grayscale: #656565. Windows color (decimal): -10196897 or 6252644. OLE color: 6252644.

HSL color Cylindrical-coordinate representation of color #64685F: hue angle of 86.67º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #64685F is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 104 95 -
CMYK 0.04 0 0.09 0.59
HSL 86.67º 0.05% 0.39% -
HSV(B) 86.67º 0.09% 0.41% -
XYZ 12.27 13.44 12.77 -
YUV 101.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 100 104 95 0.04 0 0.09 0.59 86.67 0.05 0.39
Hex 64 68 5F 4 0 9 3B 57 5 27
Octal 144 150 137 4 0 11 73 127 5 47
Binary 1100100 1101000 1011111 100 0 1001 111011 1010111 101 100111

Color Harmonies of #64685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64685F

Black with #64685F

Text Example


Text Example

White with #64685F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64685F; }

 p { color: rgb(100,104,95); }

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

background-color css

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

 a { background-color: rgb(100,104,95); }

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

border-color css

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

 span { border-color: rgb(100,104,95); }

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