#63514C

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

Shades of Congo Brown #63514C

Tints of Congo Brown #63514C

Color information

#63514C (or 0x63514C) is unknown color: approx Congo Brown. HEX triplet: 63, 51 and 4C. RGB value is (99,81,76). Sum of RGB (Red+Green+Blue) = 99+81+76=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 99 - color contains mainly: red. Hex color #63514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63514C is #9CAEB3. Grayscale: #555555. Windows color (decimal): -10268340 or 5001571. OLE color: 5001571.

HSL color Cylindrical-coordinate representation of color #63514C: hue angle of 13.04º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #63514C is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB998176-
CMYK00.180.230.61
HSL13.04º13.14%34.31%-
HSV(B)13.04º23.23%38.82%-
XYZ9.399.068.09-
YUV85.81122.46137.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.67%
GREEN value IS 81 (32.03% from 255) = 31.64%
BLUE value IS 76 (30.08% from 255) = 29.69%
R=38.67%
G=31.64%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99817600.180.230.6113.0413.1434.31
Hex63514C012173Ddd22
Octal1431211140222775151542
Binary1100011101000110011000100101011111110111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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