#63695E

Color #63695E Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #63695E

Tints of Willow Grove #63695E

Color information

#63695E (or 0x63695E) is unknown color: approx Willow Grove. HEX triplet: 63, 69 and 5E. RGB value is (99,105,94). Sum of RGB (Red+Green+Blue) = 99+105+94=298 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.22% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 105 - color contains mainly: green. Hex color #63695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63695E is #9C96A1. Grayscale: #656565. Windows color (decimal): -10262178 or 6187363. OLE color: 6187363.

HSL color Cylindrical-coordinate representation of color #63695E: hue angle of 92.73º degrees, saturation: 0.06, 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 #63695E is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB9910594-
CMYK0.0600.100.59
HSL92.73º5.53%39.02%-
HSV(B)92.73º10.48%41.18%-
XYZ12.2213.5612.56-
YUV101.95123.51125.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.22%
GREEN value IS 105 (41.41% from 255) = 35.23%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=33.22%
G=35.23%
B=31.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99105940.0600.100.5992.735.5339.02
Hex63695E60A3B5d627
Octal143151136601273135647
Binary110001111010011011110110010101110111011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,105,94); }

 H1.HeaderClassName
 {
   color: #63695E;
 }
 .AnyTagClassName
 {
   color: #63695E;
 }
</style>
background-color css

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

 a { background-color: rgb(99,105,94); }

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

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

 span { border-color: rgb(99,105,94); }

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