Html Css Color HEX #63856C Laurel

📋 copy color: '#63856C'

red 99 ◦ green 133 ◦ blue 108

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

Shades of Laurel #63856C

Tints of Laurel #63856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.12%

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

R = 29.12%
G = 39.12%
B = 31.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#63856C (or 0x63856C) is known color: Laurel. HEX triplet: 63, 85 and 6C. RGB value is (99,133,108). Sum of RGB (Red+Green+Blue) = 99+133+108=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 133 - color contains mainly: green. Hex color #63856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63856C is #9C7A93. Grayscale: #787878. Windows color (decimal): -10254996 or 7112035. OLE color: 7112035.

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

Color convert

RGB 99 133 108 -
CMYK 0.26 0 0.19 0.48
HSL 135.88º 0.15% 0.45% -
HSV(B) 135.88º 0.26% 0.52% -
XYZ 16.24 20.51 17.29 -
YUV 119.98 121.24 113.03 -
System Red Green Blue C M Y K H S L
Decimal 99 133 108 0.26 0 0.19 0.48 135.88 0.15 0.45
Hex 63 85 6C 1A 0 13 30 88 F 2D
Octal 143 205 154 32 0 23 60 210 17 55
Binary 1100011 10000101 1101100 11010 0 10011 110000 10001000 1111 101101

Color Harmonies of #63856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63856C

Black with #63856C

Text Example


Text Example

White with #63856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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