#63846A

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

Shades of Laurel #63846A

Tints of Laurel #63846A

Color information

#63846A (or 0x63846A) is unknown color: approx Laurel. HEX triplet: 63, 84 and 6A. RGB value is (99,132,106). Sum of RGB (Red+Green+Blue) = 99+132+106=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 132 - color contains mainly: green. Hex color #63846A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63846A is #9C7B95. Grayscale: #777777. Windows color (decimal): -10255254 or 6980707. OLE color: 6980707.

HSL color Cylindrical-coordinate representation of color #63846A: hue angle of 132.73º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #63846A is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB99132106-
CMYK0.2500.200.48
HSL132.73º14.29%45.29%-
HSV(B)132.73º25%51.76%-
XYZ1620.216.69-
YUV119.17120.57113.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.38%
GREEN value IS 132 (51.95% from 255) = 39.17%
BLUE value IS 106 (41.80% from 255) = 31.45%
R=29.38%
G=39.17%
B=31.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991321060.2500.200.48132.7314.2945.29
Hex63846A190143085e2d
Octal14320415231024602051655
Binary110001110000100110101011001010100110000100001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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