#63744E

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

Shades of Dingley #63744E

Tints of Dingley #63744E

Color information

#63744E (or 0x63744E) is unknown color: approx Dingley. HEX triplet: 63, 74 and 4E. RGB value is (99,116,78). Sum of RGB (Red+Green+Blue) = 99+116+78=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #63744E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63744E is #9C8BB1. Grayscale: #6A6A6A. Windows color (decimal): -10259378 or 5141603. OLE color: 5141603.

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

Color convert

RGB9911678-
CMYK0.1500.330.55
HSL86.84º19.59%38.04%-
HSV(B)86.84º32.76%45.49%-
XYZ12.7715.699.56-
YUV106.58111.87122.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.79%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 78 (30.86% from 255) = 26.62%
R=33.79%
G=39.59%
B=26.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99116780.1500.330.5586.8419.5938.04
Hex63744EF02137571426
Octal14316411617041671272446
Binary11000111110100100111011110100001110111101011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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