#61504E

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

Shades of Congo Brown #61504E

Tints of Congo Brown #61504E

Color information

#61504E (or 0x61504E) is unknown color: approx Congo Brown. HEX triplet: 61, 50 and 4E. RGB value is (97,80,78). Sum of RGB (Red+Green+Blue) = 97+80+78=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #61504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61504E is #9EAFB1. Grayscale: #545454. Windows color (decimal): -10399666 or 5132385. OLE color: 5132385.

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

Color convert

RGB978078-
CMYK00.180.200.62
HSL6.32º10.86%34.31%-
HSV(B)6.32º19.59%38.04%-
XYZ9.178.838.43-
YUV84.85124.13136.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.04%
GREEN value IS 80 (31.64% from 255) = 31.37%
BLUE value IS 78 (30.86% from 255) = 30.59%
R=38.04%
G=31.37%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97807800.180.200.626.3210.8634.31
Hex61504E012143E6b22
Octal141120116022247661342
Binary110000110100001001110010010101001111101101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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