#63874A

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

Shades of Dingley #63874A

Tints of Dingley #63874A

Color information

#63874A (or 0x63874A) is unknown color: approx Dingley. HEX triplet: 63, 87 and 4A. RGB value is (99,135,74). Sum of RGB (Red+Green+Blue) = 99+135+74=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #63874A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63874A is #9C78B5. Grayscale: #757575. Windows color (decimal): -10254518 or 4884323. OLE color: 4884323.

HSL color Cylindrical-coordinate representation of color #63874A: hue angle of 95.41º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #63874A is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB9913574-
CMYK0.2700.450.47
HSL95.41º29.19%40.98%-
HSV(B)95.41º45.19%52.94%-
XYZ15.0520.489.64-
YUV117.28103.57114.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.14%
GREEN value IS 135 (53.12% from 255) = 43.83%
BLUE value IS 74 (29.30% from 255) = 24.03%
R=32.14%
G=43.83%
B=24.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99135740.2700.450.4795.4129.1940.98
Hex63874A1B02D2F5f1d29
Octal14320711233055571373551
Binary1100011100001111001010110110101101101111101111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,135,74); }

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

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

 a { background-color: rgb(99,135,74); }

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

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

 span { border-color: rgb(99,135,74); }

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