#61443D

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

Shades of Very Dark Brown #61443D

Tints of Very Dark Brown #61443D

Color information

#61443D (or 0x61443D) is unknown color: approx Very Dark Brown. HEX triplet: 61, 44 and 3D. RGB value is (97,68,61). Sum of RGB (Red+Green+Blue) = 97+68+61=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #61443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61443D is #9EBBC2. Grayscale: #4B4B4B. Windows color (decimal): -10402755 or 4015201. OLE color: 4015201.

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

Color convert

RGB976861-
CMYK00.300.370.62
HSL11.67º22.78%30.98%-
HSV(B)11.67º37.11%38.04%-
XYZ7.847.015.36-
YUV75.87119.61143.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.92%
GREEN value IS 68 (26.95% from 255) = 30.09%
BLUE value IS 61 (24.22% from 255) = 26.99%
R=42.92%
G=30.09%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97686100.300.370.6211.6722.7830.98
Hex61443D01E253Ec171f
Octal141104750364576142737
Binary1100001100010011110101111010010111111011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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