#615350

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

Shades of Congo Brown #615350

Tints of Congo Brown #615350

Color information

#615350 (or 0x615350) is unknown color: approx Congo Brown. HEX triplet: 61, 53 and 50. RGB value is (97,83,80). Sum of RGB (Red+Green+Blue) = 97+83+80=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 97 - color contains mainly: red. Hex color #615350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615350 is #9EACAF. Grayscale: #565656. Windows color (decimal): -10398896 or 5264225. OLE color: 5264225.

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

Color convert

RGB978380-
CMYK00.140.180.62
HSL10.59º9.6%34.71%-
HSV(B)10.59º17.53%38.04%-
XYZ9.479.318.89-
YUV86.84124.14135.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.31%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 80 (31.64% from 255) = 30.77%
R=37.31%
G=31.92%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97838000.140.180.6210.599.634.71
Hex6153500E123Eba23
Octal1411231200162276131243
Binary110000110100111010000011101001011111010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615350; }

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

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

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

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

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

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

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

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