#61514F

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

Shades of Congo Brown #61514F

Tints of Congo Brown #61514F

Color information

#61514F (or 0x61514F) is unknown color: approx Congo Brown. HEX triplet: 61, 51 and 4F. RGB value is (97,81,79). Sum of RGB (Red+Green+Blue) = 97+81+79=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #61514F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61514F is #9EAEB0. Grayscale: #555555. Windows color (decimal): -10399409 or 5198177. OLE color: 5198177.

HSL color Cylindrical-coordinate representation of color #61514F: hue angle of 6.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #61514F is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB978179-
CMYK00.160.190.62
HSL6.67º10.23%34.51%-
HSV(B)6.67º18.56%38.04%-
XYZ9.288.998.64-
YUV85.56124.3136.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.74%
GREEN value IS 81 (32.03% from 255) = 31.52%
BLUE value IS 79 (31.25% from 255) = 30.74%
R=37.74%
G=31.52%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97817900.160.190.626.6710.2334.51
Hex61514F010133E7a23
Octal141121117020237671243
Binary110000110100011001111010000100111111101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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