Html Css Color HEX #63866A Laurel

📋 copy color: '#63866A'

red 99 ◦ green 134 ◦ blue 106

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

Shades of Laurel #63866A

Tints of Laurel #63866A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.53%

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

R = 29.2%
G = 39.53%
B = 31.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#63866A (or 0x63866A) is known color: Laurel. HEX triplet: 63, 86 and 6A. RGB value is (99,134,106). Sum of RGB (Red+Green+Blue) = 99+134+106=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 134 - color contains mainly: green. Hex color #63866A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63866A is #9C7995. Grayscale: #787878. Windows color (decimal): -10254742 or 6981219. OLE color: 6981219.

HSL color Cylindrical-coordinate representation of color #63866A: hue angle of 132º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #63866A is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 134 106 -
CMYK 0.26 0 0.21 0.47
HSL 132º 0.15% 0.46% -
HSV(B) 132º 0.26% 0.53% -
XYZ 16.27 20.74 16.78 -
YUV 120.34 119.9 112.78 -
System Red Green Blue C M Y K H S L
Decimal 99 134 106 0.26 0 0.21 0.47 132 0.15 0.46
Hex 63 86 6A 1A 0 15 2F 84 F 2E
Octal 143 206 152 32 0 25 57 204 17 56
Binary 1100011 10000110 1101010 11010 0 10101 101111 10000100 1111 101110

Color Harmonies of #63866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63866A

Black with #63866A

Text Example


Text Example

White with #63866A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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