#61431E

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

Shades of Dark Brown #61431E

Tints of Dark Brown #61431E

Color information

#61431E (or 0x61431E) is unknown color: approx Dark Brown. HEX triplet: 61, 43 and 1E. RGB value is (97,67,30). Sum of RGB (Red+Green+Blue) = 97+67+30=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #61431E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61431E is #9EBCE1. Grayscale: #474747. Windows color (decimal): -10403042 or 1983329. OLE color: 1983329.

HSL color Cylindrical-coordinate representation of color #61431E: hue angle of 33.13º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61431E is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB976730-
CMYK00.310.690.62
HSL33.13º52.76%24.9%-
HSV(B)33.13º69.07%38.04%-
XYZ7.176.652.13-
YUV71.75104.44146.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50%
GREEN value IS 67 (26.56% from 255) = 34.54%
BLUE value IS 30 (12.11% from 255) = 15.46%
R=50%
G=34.54%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97673000.310.690.6233.1352.7624.9
Hex61431E01F453E213519
Octal1411033603710576416531
Binary1100001100001111110011111100010111111010000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61431E; }

 p { color: rgb(97,67,30); }

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

<style>
 a { background-color: #61431E; }

 a { background-color: rgb(97,67,30); }

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

<style>
 span { border-color: #61431E; }

 span { border-color: rgb(97,67,30); }

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