Html Css Color HEX #639566 Laurel

📋 copy color: '#639566'

red 99 ◦ green 149 ◦ blue 102

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

Shades of Laurel #639566

Tints of Laurel #639566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.14%

R = 28.29%
G = 42.57%
B = 29.14%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#639566 (or 0x639566) is known color: Laurel. HEX triplet: 63, 95 and 66. RGB value is (99,149,102). Sum of RGB (Red+Green+Blue) = 99+149+102=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #639566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639566 is #9C6A99. Grayscale: #808080. Windows color (decimal): -10250906 or 6722915. OLE color: 6722915.

HSL color Cylindrical-coordinate representation of color #639566: hue angle of 123.6º 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 #639566 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 149 102 -
CMYK 0.34 0 0.32 0.42
HSL 123.6º 0.2% 0.49% -
HSV(B) 123.6º 0.34% 0.58% -
XYZ 18.29 25.11 16.45 -
YUV 128.69 112.94 106.82 -
System Red Green Blue C M Y K H S L
Decimal 99 149 102 0.34 0 0.32 0.42 123.6 0.2 0.49
Hex 63 95 66 22 0 20 2A 7C 14 31
Octal 143 225 146 42 0 40 52 174 24 61
Binary 1100011 10010101 1100110 100010 0 100000 101010 1111100 10100 110001

Color Harmonies of #639566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639566

Black with #639566

Text Example


Text Example

White with #639566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639566; }

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

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

background-color css

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

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

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

border-color css

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

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

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