#63685C

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

Shades of Willow Grove #63685C

Tints of Willow Grove #63685C

Color information

#63685C (or 0x63685C) is unknown color: approx Willow Grove. HEX triplet: 63, 68 and 5C. RGB value is (99,104,92). Sum of RGB (Red+Green+Blue) = 99+104+92=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 104 - color contains mainly: green. Hex color #63685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63685C is #9C97A3. Grayscale: #656565. Windows color (decimal): -10262436 or 6056035. OLE color: 6056035.

HSL color Cylindrical-coordinate representation of color #63685C: hue angle of 85º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #63685C is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB9910492-
CMYK0.0500.120.59
HSL85º6.12%38.43%-
HSV(B)85º11.54%40.78%-
XYZ12.0313.3312.06-
YUV101.14122.84126.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.56%
GREEN value IS 104 (41.02% from 255) = 35.25%
BLUE value IS 92 (36.33% from 255) = 31.19%
R=33.56%
G=35.25%
B=31.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99104920.0500.120.59856.1238.43
Hex63685C50C3B55626
Octal143150134501473125646
Binary110001111010001011100101011001110111010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63685C; }

 p { color: rgb(99,104,92); }

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

<style>
 a { background-color: #63685C; }

 a { background-color: rgb(99,104,92); }

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

<style>
 span { border-color: #63685C; }

 span { border-color: rgb(99,104,92); }

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