#61534F

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

Shades of Congo Brown #61534F

Tints of Congo Brown #61534F

Color information

#61534F (or 0x61534F) is unknown color: approx Congo Brown. HEX triplet: 61, 53 and 4F. RGB value is (97,83,79). Sum of RGB (Red+Green+Blue) = 97+83+79=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 97 - color contains mainly: red. Hex color #61534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61534F is #9EACB0. Grayscale: #565656. Windows color (decimal): -10398897 or 5198689. OLE color: 5198689.

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

Color convert

RGB978379-
CMYK00.140.190.62
HSL13.33º10.23%34.51%-
HSV(B)13.33º18.56%38.04%-
XYZ9.439.298.69-
YUV86.73123.64135.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 83 (32.81% from 255) = 32.05%
BLUE value IS 79 (31.25% from 255) = 30.50%
R=37.45%
G=32.05%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97837900.140.190.6213.3310.2334.51
Hex61534F0E133Eda23
Octal1411231170162376151243
Binary110000110100111001111011101001111111011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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