#63853F

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

Shades of Dingley #63853F

Tints of Dingley #63853F

Color information

#63853F (or 0x63853F) is unknown color: approx Dingley. HEX triplet: 63, 85 and 3F. RGB value is (99,133,63). Sum of RGB (Red+Green+Blue) = 99+133+63=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #63853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63853F is #9C7AC0. Grayscale: #737373. Windows color (decimal): -10255041 or 4162915. OLE color: 4162915.

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

Color convert

RGB9913363-
CMYK0.2600.530.48
HSL89.14º35.71%38.43%-
HSV(B)89.14º52.63%52.16%-
XYZ14.4319.797.76-
YUV114.8598.74116.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.56%
GREEN value IS 133 (52.34% from 255) = 45.08%
BLUE value IS 63 (25% from 255) = 21.36%
R=33.56%
G=45.08%
B=21.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99133630.2600.530.4889.1435.7138.43
Hex63853F1A03530592426
Octal1432057732065601314446
Binary1100011100001011111111101001101011100001011001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63853F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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