Html Css Color HEX #63886D Laurel

📋 copy color: '#63886D'

red 99 ◦ green 136 ◦ blue 109

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

Shades of Laurel #63886D

Tints of Laurel #63886D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.53%

 BLUE value IS 109 (42.97% from 255) = 31.69%

R = 28.78%
G = 39.53%
B = 31.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#63886D (or 0x63886D) is known color: Laurel. HEX triplet: 63, 88 and 6D. RGB value is (99,136,109). Sum of RGB (Red+Green+Blue) = 99+136+109=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 136 - color contains mainly: green. Hex color #63886D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63886D is #9C7792. Grayscale: #797979. Windows color (decimal): -10254227 or 7178339. OLE color: 7178339.

HSL color Cylindrical-coordinate representation of color #63886D: hue angle of 136.22º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #63886D is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 136 109 -
CMYK 0.27 0 0.20 0.47
HSL 136.22º 0.16% 0.46% -
HSV(B) 136.22º 0.27% 0.53% -
XYZ 16.71 21.37 17.71 -
YUV 121.86 120.74 111.7 -
System Red Green Blue C M Y K H S L
Decimal 99 136 109 0.27 0 0.20 0.47 136.22 0.16 0.46
Hex 63 88 6D 1B 0 14 2F 88 10 2E
Octal 143 210 155 33 0 24 57 210 20 56
Binary 1100011 10001000 1101101 11011 0 10100 101111 10001000 10000 101110

Color Harmonies of #63886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63886D

Black with #63886D

Text Example


Text Example

White with #63886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63886D; }

 p { color: rgb(99,136,109); }

 H1.HeaderClassName
 {
   color: #63886D;
 }
 .AnyTagClassName
 {
   color: #63886D;
 }
</style>

background-color css

<style>
 a { background-color: #63886D; }

 a { background-color: rgb(99,136,109); }

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

border-color css

<style>
 span { border-color: #63886D; }

 span { border-color: rgb(99,136,109); }

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