#61423A

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

Shades of Very Dark Brown #61423A

Tints of Very Dark Brown #61423A

Color information

#61423A (or 0x61423A) is unknown color: approx Very Dark Brown. HEX triplet: 61, 42 and 3A. RGB value is (97,66,58). Sum of RGB (Red+Green+Blue) = 97+66+58=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 97 - color contains mainly: red. Hex color #61423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61423A is #9EBDC5. Grayscale: #4A4A4A. Windows color (decimal): -10403270 or 3818081. OLE color: 3818081.

HSL color Cylindrical-coordinate representation of color #61423A: hue angle of 12.31º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61423A is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB976658-
CMYK00.320.400.62
HSL12.31º25.16%30.39%-
HSV(B)12.31º40.21%38.04%-
XYZ7.646.744.9-
YUV74.36118.77144.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.89%
GREEN value IS 66 (26.17% from 255) = 29.86%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=43.89%
G=29.86%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97665800.320.400.6212.3125.1630.39
Hex61423A020283Ec191e
Octal141102720405076143136
Binary11000011000010111010010000010100011111011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61423A; }

 p { color: rgb(97,66,58); }

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

<style>
 a { background-color: #61423A; }

 a { background-color: rgb(97,66,58); }

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

<style>
 span { border-color: #61423A; }

 span { border-color: rgb(97,66,58); }

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