#63514E

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

Shades of Congo Brown #63514E

Tints of Congo Brown #63514E

Color information

#63514E (or 0x63514E) is unknown color: approx Congo Brown. HEX triplet: 63, 51 and 4E. RGB value is (99,81,78). Sum of RGB (Red+Green+Blue) = 99+81+78=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 99 - color contains mainly: red. Hex color #63514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63514E is #9CAEB1. Grayscale: #565656. Windows color (decimal): -10268338 or 5132643. OLE color: 5132643.

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

Color convert

RGB998178-
CMYK00.180.210.61
HSL8.57º11.86%34.71%-
HSV(B)8.57º21.21%38.82%-
XYZ9.469.098.46-
YUV86.04123.46137.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.37%
GREEN value IS 81 (32.03% from 255) = 31.40%
BLUE value IS 78 (30.86% from 255) = 30.23%
R=38.37%
G=31.40%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99817800.180.210.618.5711.8634.71
Hex63514E012153D9c23
Octal1431211160222575111443
Binary1100011101000110011100100101010111110110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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