#638166

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

Shades of Laurel #638166

Tints of Laurel #638166

Color information

#638166 (or 0x638166) is unknown color: approx Laurel. HEX triplet: 63, 81 and 66. RGB value is (99,129,102). Sum of RGB (Red+Green+Blue) = 99+129+102=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 129 - color contains mainly: green. Hex color #638166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638166 is #9C7E99. Grayscale: #757575. Windows color (decimal): -10256026 or 6717795. OLE color: 6717795.

HSL color Cylindrical-coordinate representation of color #638166: hue angle of 126º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #638166 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB99129102-
CMYK0.2300.210.49
HSL126º13.16%44.71%-
HSV(B)126º23.26%50.59%-
XYZ15.3919.3115.49-
YUV116.95119.56115.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30%
GREEN value IS 129 (50.78% from 255) = 39.09%
BLUE value IS 102 (40.23% from 255) = 30.91%
R=30%
G=39.09%
B=30.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991291020.2300.210.4912613.1644.71
Hex63816617015317ed2d
Octal14320114627025611761555
Binary11000111000000111001101011101010111000111111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638166; }

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

 H1.HeaderClassName
 {
   color: #638166;
 }
 .AnyTagClassName
 {
   color: #638166;
 }
</style>
background-color css

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

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

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

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

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

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