Html Css Color HEX #637765 Laurel

📋 copy color: '#637765'

red 99 ◦ green 119 ◦ blue 101

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

Shades of Laurel #637765

Tints of Laurel #637765

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.3%

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

R = 31.03%
G = 37.3%
B = 31.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#637765 (or 0x637765) is known color: Laurel. HEX triplet: 63, 77 and 65. RGB value is (99,119,101). Sum of RGB (Red+Green+Blue) = 99+119+101=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 119 - color contains mainly: green. Hex color #637765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637765 is #9C889A. Grayscale: #6F6F6F. Windows color (decimal): -10258587 or 6649699. OLE color: 6649699.

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

Color convert

RGB 99 119 101 -
CMYK 0.17 0 0.15 0.53
HSL 126º 0.09% 0.43% -
HSV(B) 126º 0.17% 0.47% -
XYZ 14.09 16.79 14.81 -
YUV 110.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 99 119 101 0.17 0 0.15 0.53 126 0.09 0.43
Hex 63 77 65 11 0 F 35 7E 9 2B
Octal 143 167 145 21 0 17 65 176 11 53
Binary 1100011 1110111 1100101 10001 0 1111 110101 1111110 1001 101011

Color Harmonies of #637765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637765

Black with #637765

Text Example


Text Example

White with #637765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637765; }

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

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

background-color css

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

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

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

border-color css

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

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

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