Html Css Color HEX #637966 Laurel

📋 copy color: '#637966'

red 99 ◦ green 121 ◦ blue 102

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

Shades of Laurel #637966

Tints of Laurel #637966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.58%

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

R = 30.75%
G = 37.58%
B = 31.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#637966 (or 0x637966) is known color: Laurel. HEX triplet: 63, 79 and 66. RGB value is (99,121,102). Sum of RGB (Red+Green+Blue) = 99+121+102=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 121 - color contains mainly: green. Hex color #637966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637966 is #9C8699. Grayscale: #707070. Windows color (decimal): -10258074 or 6715747. OLE color: 6715747.

HSL color Cylindrical-coordinate representation of color #637966: hue angle of 128.18º 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 #637966 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 99 121 102 -
CMYK 0.18 0 0.16 0.53
HSL 128.18º 0.1% 0.43% -
HSV(B) 128.18º 0.18% 0.47% -
XYZ 14.38 17.29 15.15 -
YUV 112.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 99 121 102 0.18 0 0.16 0.53 128.18 0.1 0.43
Hex 63 79 66 12 0 10 35 80 A 2B
Octal 143 171 146 22 0 20 65 200 12 53
Binary 1100011 1111001 1100110 10010 0 10000 110101 10000000 1010 101011

Color Harmonies of #637966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637966

Black with #637966

Text Example


Text Example

White with #637966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637966; }

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

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

background-color css

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

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

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

border-color css

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

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

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