Html Css Color HEX #63695A Willow Grove

📋 copy color: '#63695A'

red 99 ◦ green 105 ◦ blue 90

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

Shades of Willow Grove #63695A

Tints of Willow Grove #63695A

RGB

 RED value IS 99 (39.06% from 255) = 33.67%

 GREEN value IS 105 (41.41% from 255) = 35.71%

 BLUE value IS 90 (35.55% from 255) = 30.61%

R = 33.67%
G = 35.71%
B = 30.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#63695A (or 0x63695A) is known color: Willow Grove. HEX triplet: 63, 69 and 5A. RGB value is (99,105,90). Sum of RGB (Red+Green+Blue) = 99+105+90=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 105 - color contains mainly: green. Hex color #63695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63695A is #9C96A5. Grayscale: #656565. Windows color (decimal): -10262182 or 5925219. OLE color: 5925219.

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

Color convert

RGB 99 105 90 -
CMYK 0.06 0 0.14 0.59
HSL 84º 0.08% 0.38% -
HSV(B) 84º 0.14% 0.41% -
XYZ 12.04 13.49 11.64 -
YUV 101.5 121.51 126.22 -
System Red Green Blue C M Y K H S L
Decimal 99 105 90 0.06 0 0.14 0.59 84 0.08 0.38
Hex 63 69 5A 6 0 E 3B 54 8 26
Octal 143 151 132 6 0 16 73 124 10 46
Binary 1100011 1101001 1011010 110 0 1110 111011 1010100 1000 100110

Color Harmonies of #63695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63695A

Black with #63695A

Text Example


Text Example

White with #63695A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63695A;
 }
 .AnyTagClassName
 {
   color: #63695A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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