#61514E

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

Shades of Congo Brown #61514E

Tints of Congo Brown #61514E

Color information

#61514E (or 0x61514E) is unknown color: approx Congo Brown. HEX triplet: 61, 51 and 4E. RGB value is (97,81,78). Sum of RGB (Red+Green+Blue) = 97+81+78=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 97 - color contains mainly: red. Hex color #61514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61514E is #9EAEB1. Grayscale: #555555. Windows color (decimal): -10399410 or 5132641. OLE color: 5132641.

HSL color Cylindrical-coordinate representation of color #61514E: hue angle of 9.47º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #61514E is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB978178-
CMYK00.160.200.62
HSL9.47º10.86%34.31%-
HSV(B)9.47º19.59%38.04%-
XYZ9.258.988.45-
YUV85.44123.8136.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.89%
GREEN value IS 81 (32.03% from 255) = 31.64%
BLUE value IS 78 (30.86% from 255) = 30.47%
R=37.89%
G=31.64%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97817800.160.200.629.4710.8634.31
Hex61514E010143E9b22
Octal1411211160202476111342
Binary1100001101000110011100100001010011111010011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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