#63863B

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

Shades of Dingley #63863B

Tints of Dingley #63863B

Color information

#63863B (or 0x63863B) is unknown color: approx Dingley. HEX triplet: 63, 86 and 3B. RGB value is (99,134,59). Sum of RGB (Red+Green+Blue) = 99+134+59=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #63863B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63863B is #9C79C4. Grayscale: #737373. Windows color (decimal): -10254789 or 3901027. OLE color: 3901027.

HSL color Cylindrical-coordinate representation of color #63863B: hue angle of 88º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63863B is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB9913459-
CMYK0.2600.560.47
HSL88º38.86%37.84%-
HSV(B)88º55.97%52.55%-
XYZ14.4620.027.24-
YUV114.9896.4116.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.90%
GREEN value IS 134 (52.73% from 255) = 45.89%
BLUE value IS 59 (23.44% from 255) = 20.21%
R=33.90%
G=45.89%
B=20.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99134590.2600.560.478838.8637.84
Hex63863B1A0382F582726
Octal1432067332070571304746
Binary1100011100001101110111101001110001011111011000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63863B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,134,59); }

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

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

 a { background-color: rgb(99,134,59); }

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

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

 span { border-color: rgb(99,134,59); }

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