Html Css Color HEX #63876A Laurel

📋 copy color: '#63876A'

red 99 ◦ green 135 ◦ blue 106

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

Shades of Laurel #63876A

Tints of Laurel #63876A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.71%

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

R = 29.12%
G = 39.71%
B = 31.18%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#63876A (or 0x63876A) is known color: Laurel. HEX triplet: 63, 87 and 6A. RGB value is (99,135,106). Sum of RGB (Red+Green+Blue) = 99+135+106=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 135 - color contains mainly: green. Hex color #63876A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63876A is #9C7895. Grayscale: #797979. Windows color (decimal): -10254486 or 6981475. OLE color: 6981475.

HSL color Cylindrical-coordinate representation of color #63876A: hue angle of 131.67º degrees, saturation: 0.15, 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 #63876A is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 135 106 -
CMYK 0.27 0 0.21 0.47
HSL 131.67º 0.15% 0.46% -
HSV(B) 131.67º 0.27% 0.53% -
XYZ 16.41 21.02 16.83 -
YUV 120.93 119.57 112.36 -
System Red Green Blue C M Y K H S L
Decimal 99 135 106 0.27 0 0.21 0.47 131.67 0.15 0.46
Hex 63 87 6A 1B 0 15 2F 84 F 2E
Octal 143 207 152 33 0 25 57 204 17 56
Binary 1100011 10000111 1101010 11011 0 10101 101111 10000100 1111 101110

Color Harmonies of #63876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63876A

Black with #63876A

Text Example


Text Example

White with #63876A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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