#637966

Color #637966 Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #637966

Tints of Laurel #637966

Color information

#637966 (or 0x637966) is unknown color: approx 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

RGB99121102-
CMYK0.1800.160.53
HSL128.18º10%43.14%-
HSV(B)128.18º18.18%47.45%-
XYZ14.3817.2915.15-
YUV112.26122.21118.54-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal991211020.1800.160.53128.181043.14
Hex637966120103580a2b
Octal14317114622020652001253
Binary11000111111001110011010010010000110101100000001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>