#63695B

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

Shades of Willow Grove #63695B

Tints of Willow Grove #63695B

Color information

#63695B (or 0x63695B) is unknown color: approx Willow Grove. HEX triplet: 63, 69 and 5B. RGB value is (99,105,91). Sum of RGB (Red+Green+Blue) = 99+105+91=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 105 - color contains mainly: green. Hex color #63695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63695B is #9C96A4. Grayscale: #656565. Windows color (decimal): -10262181 or 5990755. OLE color: 5990755.

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

Color convert

RGB9910591-
CMYK0.0600.130.59
HSL85.71º7.14%38.43%-
HSV(B)85.71º13.33%41.18%-
XYZ12.0913.5111.87-
YUV101.61122.01126.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.56%
GREEN value IS 105 (41.41% from 255) = 35.59%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=33.56%
G=35.59%
B=30.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99105910.0600.130.5985.717.1438.43
Hex63695B60D3B56726
Octal143151133601573126746
Binary110001111010011011011110011011110111010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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