#63754B

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

Shades of Dingley #63754B

Tints of Dingley #63754B

Color information

#63754B (or 0x63754B) is unknown color: approx Dingley. HEX triplet: 63, 75 and 4B. RGB value is (99,117,75). Sum of RGB (Red+Green+Blue) = 99+117+75=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #63754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63754B is #9C8AB4. Grayscale: #6A6A6A. Windows color (decimal): -10259125 or 4945251. OLE color: 4945251.

HSL color Cylindrical-coordinate representation of color #63754B: hue angle of 85.71º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63754B is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB9911775-
CMYK0.1500.360.54
HSL85.71º21.88%37.65%-
HSV(B)85.71º35.9%45.88%-
XYZ12.7815.889.05-
YUV106.83110.04122.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.02%
GREEN value IS 117 (46.09% from 255) = 40.21%
BLUE value IS 75 (29.69% from 255) = 25.77%
R=34.02%
G=40.21%
B=25.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99117750.1500.360.5485.7121.8837.65
Hex63754BF02436561626
Octal14316511317044661262646
Binary11000111110101100101111110100100110110101011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63754B; }

 p { color: rgb(99,117,75); }

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

<style>
 a { background-color: #63754B; }

 a { background-color: rgb(99,117,75); }

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

<style>
 span { border-color: #63754B; }

 span { border-color: rgb(99,117,75); }

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