#63744C

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

Shades of Dingley #63744C

Tints of Dingley #63744C

Color information

#63744C (or 0x63744C) is unknown color: approx Dingley. HEX triplet: 63, 74 and 4C. RGB value is (99,116,76). Sum of RGB (Red+Green+Blue) = 99+116+76=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 116 - color contains mainly: green. Hex color #63744C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63744C is #9C8BB3. Grayscale: #6A6A6A. Windows color (decimal): -10259380 or 5010531. OLE color: 5010531.

HSL color Cylindrical-coordinate representation of color #63744C: hue angle of 85.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63744C is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB9911676-
CMYK0.1500.340.55
HSL85.5º20.83%37.65%-
HSV(B)85.5º34.48%45.49%-
XYZ12.715.679.19-
YUV106.36110.87122.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.02%
GREEN value IS 116 (45.70% from 255) = 39.86%
BLUE value IS 76 (30.08% from 255) = 26.12%
R=34.02%
G=39.86%
B=26.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99116760.1500.340.5585.520.8337.65
Hex63744CF02237561526
Octal14316411417042671262546
Binary11000111110100100110011110100010110111101011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63744C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63744C; }

 p { color: rgb(99,116,76); }

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

<style>
 a { background-color: #63744C; }

 a { background-color: rgb(99,116,76); }

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

<style>
 span { border-color: #63744C; }

 span { border-color: rgb(99,116,76); }

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