#61431C

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

Shades of Dark Brown #61431C

Tints of Dark Brown #61431C

Color information

#61431C (or 0x61431C) is unknown color: approx Dark Brown. HEX triplet: 61, 43 and 1C. RGB value is (97,67,28). Sum of RGB (Red+Green+Blue) = 97+67+28=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61431C is #9EBCE3. Grayscale: #474747. Windows color (decimal): -10403044 or 1852257. OLE color: 1852257.

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

Color convert

RGB976728-
CMYK00.310.710.62
HSL33.91º55.2%24.51%-
HSV(B)33.91º71.13%38.04%-
XYZ7.156.642-
YUV71.52103.44146.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.52%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 28 (11.33% from 255) = 14.58%
R=50.52%
G=34.90%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97672800.310.710.6233.9155.224.51
Hex61431C01F473E223719
Octal1411033403710776426731
Binary1100001100001111100011111100011111111010001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61431C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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