#63514F

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

Shades of Congo Brown #63514F

Tints of Congo Brown #63514F

Color information

#63514F (or 0x63514F) is unknown color: approx Congo Brown. HEX triplet: 63, 51 and 4F. RGB value is (99,81,79). Sum of RGB (Red+Green+Blue) = 99+81+79=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 99 - color contains mainly: red. Hex color #63514F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63514F is #9CAEB0. Grayscale: #565656. Windows color (decimal): -10268337 or 5198179. OLE color: 5198179.

HSL color Cylindrical-coordinate representation of color #63514F: hue angle of 6º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #63514F is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB998179-
CMYK00.180.200.61
HSL11.24%34.9%-
HSV(B)20.2%38.82%-
XYZ9.59.18.65-
YUV86.15123.96137.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.22%
GREEN value IS 81 (32.03% from 255) = 31.27%
BLUE value IS 79 (31.25% from 255) = 30.50%
R=38.22%
G=31.27%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99817900.180.200.61611.2434.9
Hex63514F012143D6b23
Octal143121117022247561343
Binary110001110100011001111010010101001111011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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