#63863A

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

Shades of Dingley #63863A

Tints of Dingley #63863A

Color information

#63863A (or 0x63863A) is unknown color: approx Dingley. HEX triplet: 63, 86 and 3A. RGB value is (99,134,58). Sum of RGB (Red+Green+Blue) = 99+134+58=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #63863A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63863A is #9C79C5. Grayscale: #737373. Windows color (decimal): -10254790 or 3835491. OLE color: 3835491.

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

Color convert

RGB9913458-
CMYK0.2600.570.47
HSL87.63º39.58%37.65%-
HSV(B)87.63º56.72%52.55%-
XYZ14.4320.017.1-
YUV114.8795.9116.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.02%
GREEN value IS 134 (52.73% from 255) = 46.05%
BLUE value IS 58 (23.05% from 255) = 19.93%
R=34.02%
G=46.05%
B=19.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99134580.2600.570.4787.6339.5837.65
Hex63863A1A0392F582826
Octal1432067232071571305046
Binary1100011100001101110101101001110011011111011000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63863A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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