#63926A

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

Shades of Laurel #63926A

Tints of Laurel #63926A

Color information

#63926A (or 0x63926A) is unknown color: approx Laurel. HEX triplet: 63, 92 and 6A. RGB value is (99,146,106). Sum of RGB (Red+Green+Blue) = 99+146+106=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 146 - color contains mainly: green. Hex color #63926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63926A is #9C6D95. Grayscale: #7F7F7F. Windows color (decimal): -10251670 or 6984291. OLE color: 6984291.

HSL color Cylindrical-coordinate representation of color #63926A: hue angle of 128.94º 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 #63926A is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB99146106-
CMYK0.3200.270.43
HSL128.94º19.18%48.04%-
HSV(B)128.94º32.19%57.25%-
XYZ18.0324.2517.37-
YUV127.39115.93107.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.21%
GREEN value IS 146 (57.42% from 255) = 41.60%
BLUE value IS 106 (41.80% from 255) = 30.20%
R=28.21%
G=41.60%
B=30.20%

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
Decimal991461060.3200.270.43128.9419.1848.04
Hex63926A2001B2B811330
Octal14322215240033532012360
Binary11000111001001011010101000000110111010111000000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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