#63695D

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

Shades of Willow Grove #63695D

Tints of Willow Grove #63695D

Color information

#63695D (or 0x63695D) is unknown color: approx Willow Grove. HEX triplet: 63, 69 and 5D. RGB value is (99,105,93). Sum of RGB (Red+Green+Blue) = 99+105+93=297 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.33% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 105 - color contains mainly: green. Hex color #63695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63695D is #9C96A2. Grayscale: #656565. Windows color (decimal): -10262179 or 6121827. OLE color: 6121827.

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

Color convert

RGB9910593-
CMYK0.0600.110.59
HSL90º6.06%38.82%-
HSV(B)90º11.43%41.18%-
XYZ12.1713.5512.33-
YUV101.84123.01125.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.33%
GREEN value IS 105 (41.41% from 255) = 35.35%
BLUE value IS 93 (36.72% from 255) = 31.31%
R=33.33%
G=35.35%
B=31.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99105930.0600.110.59906.0638.82
Hex63695D60B3B5a627
Octal143151135601373132647
Binary110001111010011011101110010111110111011010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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