#63853A

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

Shades of Dingley #63853A

Tints of Dingley #63853A

Color information

#63853A (or 0x63853A) is unknown color: approx Dingley. HEX triplet: 63, 85 and 3A. RGB value is (99,133,58). Sum of RGB (Red+Green+Blue) = 99+133+58=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #63853A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63853A is #9C7AC5. Grayscale: #727272. Windows color (decimal): -10255046 or 3835235. OLE color: 3835235.

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

Color convert

RGB9913358-
CMYK0.2600.560.48
HSL87.2º39.27%37.45%-
HSV(B)87.2º56.39%52.16%-
XYZ14.319.737.06-
YUV114.2896.24117.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.14%
GREEN value IS 133 (52.34% from 255) = 45.86%
BLUE value IS 58 (23.05% from 255) = 20%
R=34.14%
G=45.86%
B=20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99133580.2600.560.4887.239.2737.45
Hex63853A1A03830572725
Octal1432057232070601274745
Binary1100011100001011110101101001110001100001010111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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