Html Css Color HEX #63956C Laurel

📋 copy color: '#63956C'

red 99 ◦ green 149 ◦ blue 108

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

Shades of Laurel #63956C

Tints of Laurel #63956C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.85%

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

R = 27.81%
G = 41.85%
B = 30.34%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#63956C (or 0x63956C) is known color: Laurel. HEX triplet: 63, 95 and 6C. RGB value is (99,149,108). Sum of RGB (Red+Green+Blue) = 99+149+108=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #63956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63956C is #9C6A93. Grayscale: #818181. Windows color (decimal): -10250900 or 7116131. OLE color: 7116131.

HSL color Cylindrical-coordinate representation of color #63956C: hue angle of 130.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63956C is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 149 108 -
CMYK 0.34 0 0.28 0.42
HSL 130.8º 0.2% 0.49% -
HSV(B) 130.8º 0.34% 0.58% -
XYZ 18.6 25.23 18.08 -
YUV 129.38 115.94 106.33 -
System Red Green Blue C M Y K H S L
Decimal 99 149 108 0.34 0 0.28 0.42 130.8 0.2 0.49
Hex 63 95 6C 22 0 1C 2A 83 14 31
Octal 143 225 154 42 0 34 52 203 24 61
Binary 1100011 10010101 1101100 100010 0 11100 101010 10000011 10100 110001

Color Harmonies of #63956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63956C

Black with #63956C

Text Example


Text Example

White with #63956C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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