#61402F

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

Shades of Very Dark Brown #61402F

Tints of Very Dark Brown #61402F

Color information

#61402F (or 0x61402F) is unknown color: approx Very Dark Brown. HEX triplet: 61, 40 and 2F. RGB value is (97,64,47). Sum of RGB (Red+Green+Blue) = 97+64+47=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #61402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61402F is #9EBFD0. Grayscale: #484848. Windows color (decimal): -10403793 or 3096673. OLE color: 3096673.

HSL color Cylindrical-coordinate representation of color #61402F: hue angle of 20.4º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61402F is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB976447-
CMYK00.340.520.62
HSL20.4º34.72%28.24%-
HSV(B)20.4º51.55%38.04%-
XYZ7.286.413.54-
YUV71.93113.93145.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 64 (25.39% from 255) = 30.77%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=46.63%
G=30.77%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97644700.340.520.6220.434.7228.24
Hex61402F022343E14231c
Octal141100570426476244334
Binary1100001100000010111101000101101001111101010010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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