#61524F

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

Shades of Congo Brown #61524F

Tints of Congo Brown #61524F

Color information

#61524F (or 0x61524F) is unknown color: approx Congo Brown. HEX triplet: 61, 52 and 4F. RGB value is (97,82,79). Sum of RGB (Red+Green+Blue) = 97+82+79=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 97 - color contains mainly: red. Hex color #61524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61524F is #9EADB0. Grayscale: #565656. Windows color (decimal): -10399153 or 5198433. OLE color: 5198433.

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

Color convert

RGB978279-
CMYK00.150.190.62
HSL10º10.23%34.51%-
HSV(B)10º18.56%38.04%-
XYZ9.369.148.67-
YUV86.14123.97135.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.60%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 79 (31.25% from 255) = 30.62%
R=37.60%
G=31.78%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97827900.150.190.621010.2334.51
Hex61524F0F133Eaa23
Octal1411221170172376121243
Binary110000110100101001111011111001111111010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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