#63754F

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

Shades of Dingley #63754F

Tints of Dingley #63754F

Color information

#63754F (or 0x63754F) is unknown color: approx Dingley. HEX triplet: 63, 75 and 4F. RGB value is (99,117,79). Sum of RGB (Red+Green+Blue) = 99+117+79=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #63754F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63754F is #9C8AB0. Grayscale: #6B6B6B. Windows color (decimal): -10259121 or 5207395. OLE color: 5207395.

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

Color convert

RGB9911779-
CMYK0.1500.320.54
HSL88.42º19.39%38.43%-
HSV(B)88.42º32.48%45.88%-
XYZ12.9215.949.79-
YUV107.29112.04122.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.56%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 79 (31.25% from 255) = 26.78%
R=33.56%
G=39.66%
B=26.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99117790.1500.320.5488.4219.3938.43
Hex63754FF02036581326
Octal14316511717040661302346
Binary11000111110101100111111110100000110110101100010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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