Html Css Color HEX #63685C Willow Grove

📋 copy color: '#63685C'

red 99 ◦ green 104 ◦ blue 92

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

Shades of Willow Grove #63685C

Tints of Willow Grove #63685C

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 value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#63685C (or 0x63685C) is known color: 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

RGB 99 104 92 -
CMYK 0.05 0 0.12 0.59
HSL 85º 0.06% 0.38% -
HSV(B) 85º 0.12% 0.41% -
XYZ 12.03 13.33 12.06 -
YUV 101.14 122.84 126.48 -
System Red Green Blue C M Y K H S L
Decimal 99 104 92 0.05 0 0.12 0.59 85 0.06 0.38
Hex 63 68 5C 5 0 C 3B 55 6 26
Octal 143 150 134 5 0 14 73 125 6 46
Binary 1100011 1101000 1011100 101 0 1100 111011 1010101 110 100110

Color Harmonies of #63685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63685C

Black with #63685C

Text Example


Text Example

White with #63685C

Text Example


Text Example

HTML Codes & Css Web 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>