#63906C

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

Shades of Laurel #63906C

Tints of Laurel #63906C

Color information

#63906C (or 0x63906C) is unknown color: approx Laurel. HEX triplet: 63, 90 and 6C. RGB value is (99,144,108). Sum of RGB (Red+Green+Blue) = 99+144+108=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 144 - color contains mainly: green. Hex color #63906C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63906C is #9C6F93. Grayscale: #7E7E7E. Windows color (decimal): -10252180 or 7114851. OLE color: 7114851.

HSL color Cylindrical-coordinate representation of color #63906C: hue angle of 132º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63906C is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB99144108-
CMYK0.3100.250.44
HSL132º18.52%47.65%-
HSV(B)132º31.25%56.47%-
XYZ17.8323.6817.82-
YUV126.44117.59108.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.21%
GREEN value IS 144 (56.64% from 255) = 41.03%
BLUE value IS 108 (42.58% from 255) = 30.77%
R=28.21%
G=41.03%
B=30.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991441080.3100.250.4413218.5247.65
Hex63906C1F0192C841330
Octal14322015437031542042360
Binary1100011100100001101100111110110011011001000010010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63906C; }

 p { color: rgb(99,144,108); }

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

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

 a { background-color: rgb(99,144,108); }

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

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

 span { border-color: rgb(99,144,108); }

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