#61524E

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

Shades of Congo Brown #61524E

Tints of Congo Brown #61524E

Color information

#61524E (or 0x61524E) is unknown color: approx Congo Brown. HEX triplet: 61, 52 and 4E. RGB value is (97,82,78). Sum of RGB (Red+Green+Blue) = 97+82+78=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #61524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61524E is #9EADB1. Grayscale: #565656. Windows color (decimal): -10399154 or 5132897. OLE color: 5132897.

HSL color Cylindrical-coordinate representation of color #61524E: hue angle of 12.63º 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 #61524E is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB978278-
CMYK00.150.200.62
HSL12.63º10.86%34.31%-
HSV(B)12.63º19.59%38.04%-
XYZ9.329.138.48-
YUV86.03123.47135.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.74%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 78 (30.86% from 255) = 30.35%
R=37.74%
G=31.91%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97827800.150.200.6212.6310.8634.31
Hex61524E0F143Edb22
Octal1411221160172476151342
Binary110000110100101001110011111010011111011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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