Html Css Color HEX #63896C Laurel

📋 copy color: '#63896C'

red 99 ◦ green 137 ◦ blue 108

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

Shades of Laurel #63896C

Tints of Laurel #63896C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.83%

 BLUE value IS 108 (42.58% from 255) = 31.4%

R = 28.78%
G = 39.83%
B = 31.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#63896C (or 0x63896C) is known color: Laurel. HEX triplet: 63, 89 and 6C. RGB value is (99,137,108). Sum of RGB (Red+Green+Blue) = 99+137+108=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 137 - color contains mainly: green. Hex color #63896C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63896C is #9C7693. Grayscale: #7A7A7A. Windows color (decimal): -10253972 or 7113059. OLE color: 7113059.

HSL color Cylindrical-coordinate representation of color #63896C: hue angle of 134.21º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63896C is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 137 108 -
CMYK 0.28 0 0.21 0.46
HSL 134.21º 0.16% 0.46% -
HSV(B) 134.21º 0.28% 0.54% -
XYZ 16.8 21.63 17.48 -
YUV 122.33 119.91 111.36 -
System Red Green Blue C M Y K H S L
Decimal 99 137 108 0.28 0 0.21 0.46 134.21 0.16 0.46
Hex 63 89 6C 1C 0 15 2E 86 10 2E
Octal 143 211 154 34 0 25 56 206 20 56
Binary 1100011 10001001 1101100 11100 0 10101 101110 10000110 10000 101110

Color Harmonies of #63896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63896C

Black with #63896C

Text Example


Text Example

White with #63896C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,137,108); }

 H1.HeaderClassName
 {
   color: #63896C;
 }
 .AnyTagClassName
 {
   color: #63896C;
 }
</style>

background-color css

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

 a { background-color: rgb(99,137,108); }

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

border-color css

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

 span { border-color: rgb(99,137,108); }

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