#63813F

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

Shades of Dingley #63813F

Tints of Dingley #63813F

Color information

#63813F (or 0x63813F) is unknown color: approx Dingley. HEX triplet: 63, 81 and 3F. RGB value is (99,129,63). Sum of RGB (Red+Green+Blue) = 99+129+63=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #63813F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63813F is #9C7EC0. Grayscale: #707070. Windows color (decimal): -10256065 or 4161891. OLE color: 4161891.

HSL color Cylindrical-coordinate representation of color #63813F: hue angle of 87.27º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63813F is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB9912963-
CMYK0.2300.510.49
HSL87.27º34.38%37.65%-
HSV(B)87.27º51.16%50.59%-
XYZ13.8918.717.58-
YUV112.51100.06118.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.02%
GREEN value IS 129 (50.78% from 255) = 44.33%
BLUE value IS 63 (25% from 255) = 21.65%
R=34.02%
G=44.33%
B=21.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99129630.2300.510.4987.2734.3837.65
Hex63813F1703331572226
Octal1432017727063611274246
Binary1100011100000011111111011101100111100011010111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63813F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63813F; }

 p { color: rgb(99,129,63); }

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

<style>
 a { background-color: #63813F; }

 a { background-color: rgb(99,129,63); }

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

<style>
 span { border-color: #63813F; }

 span { border-color: rgb(99,129,63); }

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