Html Css Color HEX #63916C Laurel

📋 copy color: '#63916C'

red 99 ◦ green 145 ◦ blue 108

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

Shades of Laurel #63916C

Tints of Laurel #63916C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.19%

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

R = 28.13%
G = 41.19%
B = 30.68%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#63916C (or 0x63916C) is known color: Laurel. HEX triplet: 63, 91 and 6C. RGB value is (99,145,108). Sum of RGB (Red+Green+Blue) = 99+145+108=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #63916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63916C is #9C6E93. Grayscale: #7F7F7F. Windows color (decimal): -10251924 or 7115107. OLE color: 7115107.

HSL color Cylindrical-coordinate representation of color #63916C: hue angle of 131.74º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #63916C is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 145 108 -
CMYK 0.32 0 0.26 0.43
HSL 131.74º 0.19% 0.48% -
HSV(B) 131.74º 0.32% 0.57% -
XYZ 17.98 23.99 17.87 -
YUV 127.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 99 145 108 0.32 0 0.26 0.43 131.74 0.19 0.48
Hex 63 91 6C 20 0 1A 2B 84 13 30
Octal 143 221 154 40 0 32 53 204 23 60
Binary 1100011 10010001 1101100 100000 0 11010 101011 10000100 10011 110000

Color Harmonies of #63916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63916C

Black with #63916C

Text Example


Text Example

White with #63916C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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