#61504D

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

Shades of Congo Brown #61504D

Tints of Congo Brown #61504D

Color information

#61504D (or 0x61504D) is unknown color: approx Congo Brown. HEX triplet: 61, 50 and 4D. RGB value is (97,80,77). Sum of RGB (Red+Green+Blue) = 97+80+77=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 97 - color contains mainly: red. Hex color #61504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61504D is #9EAFB2. Grayscale: #545454. Windows color (decimal): -10399667 or 5066849. OLE color: 5066849.

HSL color Cylindrical-coordinate representation of color #61504D: hue angle of 9º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #61504D is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB978077-
CMYK00.180.210.62
HSL11.49%34.12%-
HSV(B)20.62%38.04%-
XYZ9.148.818.24-
YUV84.74123.63136.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.19%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 77 (30.47% from 255) = 30.31%
R=38.19%
G=31.50%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97807700.180.210.62911.4934.12
Hex61504D012153E9b22
Octal1411201150222576111342
Binary1100001101000010011010100101010111111010011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61504D; }

 p { color: rgb(97,80,77); }

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

<style>
 a { background-color: #61504D; }

 a { background-color: rgb(97,80,77); }

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

<style>
 span { border-color: #61504D; }

 span { border-color: rgb(97,80,77); }

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