#61401C

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

Shades of Dark Brown #61401C

Tints of Dark Brown #61401C

Color information

#61401C (or 0x61401C) is unknown color: approx Dark Brown. HEX triplet: 61, 40 and 1C. RGB value is (97,64,28). Sum of RGB (Red+Green+Blue) = 97+64+28=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #61401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61401C is #9EBFE3. Grayscale: #454545. Windows color (decimal): -10403812 or 1851489. OLE color: 1851489.

HSL color Cylindrical-coordinate representation of color #61401C: hue angle of 31.3º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61401C is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB976428-
CMYK00.340.710.62
HSL31.3º55.2%24.51%-
HSV(B)31.3º71.13%38.04%-
XYZ6.976.291.95-
YUV69.76104.43147.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.32%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 28 (11.33% from 255) = 14.81%
R=51.32%
G=33.86%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97642800.340.710.6231.355.224.51
Hex61401C022473E1f3719
Octal1411003404210776376731
Binary1100001100000011100010001010001111111101111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61401C; }

 p { color: rgb(97,64,28); }

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

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

 a { background-color: rgb(97,64,28); }

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

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

 span { border-color: rgb(97,64,28); }

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