Html Css Color HEX #637865 Laurel

📋 copy color: '#637865'

red 99 ◦ green 120 ◦ blue 101

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

Shades of Laurel #637865

Tints of Laurel #637865

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.5%

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

R = 30.94%
G = 37.5%
B = 31.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#637865 (or 0x637865) is known color: Laurel. HEX triplet: 63, 78 and 65. RGB value is (99,120,101). Sum of RGB (Red+Green+Blue) = 99+120+101=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 120 - color contains mainly: green. Hex color #637865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637865 is #9C879A. Grayscale: #6F6F6F. Windows color (decimal): -10258331 or 6649955. OLE color: 6649955.

HSL color Cylindrical-coordinate representation of color #637865: hue angle of 125.71º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #637865 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 99 120 101 -
CMYK 0.17 0 0.16 0.53
HSL 125.71º 0.1% 0.43% -
HSV(B) 125.71º 0.18% 0.47% -
XYZ 14.21 17.03 14.85 -
YUV 111.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 99 120 101 0.17 0 0.16 0.53 125.71 0.1 0.43
Hex 63 78 65 11 0 10 35 7E A 2B
Octal 143 170 145 21 0 20 65 176 12 53
Binary 1100011 1111000 1100101 10001 0 10000 110101 1111110 1010 101011

Color Harmonies of #637865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637865

Black with #637865

Text Example


Text Example

White with #637865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637865; }

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

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

background-color css

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

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

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

border-color css

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

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

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