#61463D

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

Shades of Very Dark Brown #61463D

Tints of Very Dark Brown #61463D

Color information

#61463D (or 0x61463D) is unknown color: approx Very Dark Brown. HEX triplet: 61, 46 and 3D. RGB value is (97,70,61). Sum of RGB (Red+Green+Blue) = 97+70+61=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #61463D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61463D is #9EB9C2. Grayscale: #4D4D4D. Windows color (decimal): -10402243 or 4015713. OLE color: 4015713.

HSL color Cylindrical-coordinate representation of color #61463D: hue angle of 15º 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 #61463D is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB977061-
CMYK00.280.370.62
HSL15º22.78%30.98%-
HSV(B)15º37.11%38.04%-
XYZ7.967.265.4-
YUV77.05118.95142.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.54%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 61 (24.22% from 255) = 26.75%
R=42.54%
G=30.70%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97706100.280.370.621522.7830.98
Hex61463D01C253Ef171f
Octal141106750344576172737
Binary1100001100011011110101110010010111111011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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