#63856A

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

Shades of Laurel #63856A

Tints of Laurel #63856A

Color information

#63856A (or 0x63856A) is unknown color: approx Laurel. HEX triplet: 63, 85 and 6A. RGB value is (99,133,106). Sum of RGB (Red+Green+Blue) = 99+133+106=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 133 - color contains mainly: green. Hex color #63856A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63856A is #9C7A95. Grayscale: #777777. Windows color (decimal): -10254998 or 6980963. OLE color: 6980963.

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

Color convert

RGB99133106-
CMYK0.2600.200.48
HSL132.35º14.66%45.49%-
HSV(B)132.35º25.56%52.16%-
XYZ16.1320.4716.74-
YUV119.76120.24113.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.29%
GREEN value IS 133 (52.34% from 255) = 39.35%
BLUE value IS 106 (41.80% from 255) = 31.36%
R=29.29%
G=39.35%
B=31.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991331060.2600.200.48132.3514.6645.49
Hex63856A1A0143084f2d
Octal14320515232024602041755
Binary110001110000101110101011010010100110000100001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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