Html Css Color HEX #639565 Laurel

📋 copy color: '#639565'

red 99 ◦ green 149 ◦ blue 101

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

Shades of Laurel #639565

Tints of Laurel #639565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.94%

R = 28.37%
G = 42.69%
B = 28.94%

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

#639565 (or 0x639565) is known color: Laurel. HEX triplet: 63, 95 and 65. RGB value is (99,149,101). Sum of RGB (Red+Green+Blue) = 99+149+101=349 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.37% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #639565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639565 is #9C6A9A. Grayscale: #808080. Windows color (decimal): -10250907 or 6657379. OLE color: 6657379.

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

Color convert

RGB 99 149 101 -
CMYK 0.34 0 0.32 0.42
HSL 122.4º 0.2% 0.49% -
HSV(B) 122.4º 0.34% 0.58% -
XYZ 18.24 25.09 16.19 -
YUV 128.58 112.44 106.9 -
System Red Green Blue C M Y K H S L
Decimal 99 149 101 0.34 0 0.32 0.42 122.4 0.2 0.49
Hex 63 95 65 22 0 20 2A 7A 14 31
Octal 143 225 145 42 0 40 52 172 24 61
Binary 1100011 10010101 1100101 100010 0 100000 101010 1111010 10100 110001

Color Harmonies of #639565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639565

Black with #639565

Text Example


Text Example

White with #639565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639565; }

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

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

background-color css

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

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

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

border-color css

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

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

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