#61443C

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

Shades of Very Dark Brown #61443C

Tints of Very Dark Brown #61443C

Color information

#61443C (or 0x61443C) is unknown color: approx Very Dark Brown. HEX triplet: 61, 44 and 3C. RGB value is (97,68,60). Sum of RGB (Red+Green+Blue) = 97+68+60=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #61443C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61443C is #9EBBC3. Grayscale: #4B4B4B. Windows color (decimal): -10402756 or 3949665. OLE color: 3949665.

HSL color Cylindrical-coordinate representation of color #61443C: hue angle of 12.97º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61443C is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB976860-
CMYK00.300.380.62
HSL12.97º23.57%30.78%-
HSV(B)12.97º38.14%38.04%-
XYZ7.8175.21-
YUV75.76119.11143.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.11%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 60 (23.83% from 255) = 26.67%
R=43.11%
G=30.22%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97686000.300.380.6212.9723.5730.78
Hex61443C01E263Ed181f
Octal141104740364676153037
Binary1100001100010011110001111010011011111011011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,68,60); }

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

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

 a { background-color: rgb(97,68,60); }

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

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

 span { border-color: rgb(97,68,60); }

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