Html Css Color HEX #63896A Laurel

📋 copy color: '#63896A'

red 99 ◦ green 137 ◦ blue 106

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

Shades of Laurel #63896A

Tints of Laurel #63896A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.99%

R = 28.95%
G = 40.06%
B = 30.99%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#63896A (or 0x63896A) is known color: Laurel. HEX triplet: 63, 89 and 6A. RGB value is (99,137,106). Sum of RGB (Red+Green+Blue) = 99+137+106=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 137 - color contains mainly: green. Hex color #63896A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63896A is #9C7695. Grayscale: #7A7A7A. Windows color (decimal): -10253974 or 6981987. OLE color: 6981987.

HSL color Cylindrical-coordinate representation of color #63896A: hue angle of 131.05º 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 #63896A is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 137 106 -
CMYK 0.28 0 0.23 0.46
HSL 131.05º 0.16% 0.46% -
HSV(B) 131.05º 0.28% 0.54% -
XYZ 16.69 21.58 16.92 -
YUV 122.1 118.91 111.52 -
System Red Green Blue C M Y K H S L
Decimal 99 137 106 0.28 0 0.23 0.46 131.05 0.16 0.46
Hex 63 89 6A 1C 0 17 2E 83 10 2E
Octal 143 211 152 34 0 27 56 203 20 56
Binary 1100011 10001001 1101010 11100 0 10111 101110 10000011 10000 101110

Color Harmonies of #63896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63896A

Black with #63896A

Text Example


Text Example

White with #63896A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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