#63926B

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

Shades of Laurel #63926B

Tints of Laurel #63926B

Color information

#63926B (or 0x63926B) is unknown color: approx Laurel. HEX triplet: 63, 92 and 6B. RGB value is (99,146,107). Sum of RGB (Red+Green+Blue) = 99+146+107=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 146 - color contains mainly: green. Hex color #63926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63926B is #9C6D94. Grayscale: #7F7F7F. Windows color (decimal): -10251669 or 7049827. OLE color: 7049827.

HSL color Cylindrical-coordinate representation of color #63926B: hue angle of 130.21º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #63926B is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB99146107-
CMYK0.3200.270.43
HSL130.21º19.18%48.04%-
HSV(B)130.21º32.19%57.25%-
XYZ18.0824.2717.64-
YUV127.5116.43107.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.12%
GREEN value IS 146 (57.42% from 255) = 41.48%
BLUE value IS 107 (42.19% from 255) = 30.40%
R=28.12%
G=41.48%
B=30.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991461070.3200.270.43130.2119.1848.04
Hex63926B2001B2B821330
Octal14322215340033532022360
Binary11000111001001011010111000000110111010111000001010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63926B; }

 p { color: rgb(99,146,107); }

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

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

 a { background-color: rgb(99,146,107); }

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

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

 span { border-color: rgb(99,146,107); }

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