#63774B

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

Shades of Dingley #63774B

Tints of Dingley #63774B

Color information

#63774B (or 0x63774B) is unknown color: approx Dingley. HEX triplet: 63, 77 and 4B. RGB value is (99,119,75). Sum of RGB (Red+Green+Blue) = 99+119+75=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 119 - color contains mainly: green. Hex color #63774B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63774B is #9C88B4. Grayscale: #6C6C6C. Windows color (decimal): -10258613 or 4945763. OLE color: 4945763.

HSL color Cylindrical-coordinate representation of color #63774B: hue angle of 87.27º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63774B is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB9911975-
CMYK0.1700.370.53
HSL87.27º22.68%38.04%-
HSV(B)87.27º36.97%46.67%-
XYZ13.0116.359.13-
YUV108109.37121.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.79%
GREEN value IS 119 (46.88% from 255) = 40.61%
BLUE value IS 75 (29.69% from 255) = 25.60%
R=33.79%
G=40.61%
B=25.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal99119750.1700.370.5387.2722.6838.04
Hex63774B1102535571726
Octal14316711321045651272746
Binary110001111101111001011100010100101110101101011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63774B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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