Html Css Color HEX #64685E Willow Grove

📋 copy color: '#64685E'

red 100 ◦ green 104 ◦ blue 94

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

Shades of Willow Grove #64685E

Tints of Willow Grove #64685E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.54%

R = 33.56%
G = 34.9%
B = 31.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#64685E (or 0x64685E) is known color: Willow Grove. HEX triplet: 64, 68 and 5E. RGB value is (100,104,94). Sum of RGB (Red+Green+Blue) = 100+104+94=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 104 - color contains mainly: green. Hex color #64685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64685E is #9B97A1. Grayscale: #656565. Windows color (decimal): -10196898 or 6187108. OLE color: 6187108.

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

Color convert

RGB 100 104 94 -
CMYK 0.04 0 0.10 0.59
HSL 84º 0.05% 0.39% -
HSV(B) 84º 0.1% 0.41% -
XYZ 12.23 13.42 12.54 -
YUV 101.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 100 104 94 0.04 0 0.10 0.59 84 0.05 0.39
Hex 64 68 5E 4 0 A 3B 54 5 27
Octal 144 150 136 4 0 12 73 124 5 47
Binary 1100100 1101000 1011110 100 0 1010 111011 1010100 101 100111

Color Harmonies of #64685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64685E

Black with #64685E

Text Example


Text Example

White with #64685E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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