#63813B

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

Shades of Dingley #63813B

Tints of Dingley #63813B

Color information

#63813B (or 0x63813B) is unknown color: approx Dingley. HEX triplet: 63, 81 and 3B. RGB value is (99,129,59). Sum of RGB (Red+Green+Blue) = 99+129+59=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #63813B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63813B is #9C7EC4. Grayscale: #707070. Windows color (decimal): -10256069 or 3899747. OLE color: 3899747.

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

Color convert

RGB9912959-
CMYK0.2300.540.49
HSL85.71º37.23%36.86%-
HSV(B)85.71º54.26%50.59%-
XYZ13.7918.677.01-
YUV112.0598.06118.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.49%
GREEN value IS 129 (50.78% from 255) = 44.95%
BLUE value IS 59 (23.44% from 255) = 20.56%
R=34.49%
G=44.95%
B=20.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99129590.2300.540.4985.7137.2336.86
Hex63813B1703631562525
Octal1432017327066611264545
Binary1100011100000011110111011101101101100011010110100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63813B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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