#61451C

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

Shades of Dark Brown #61451C

Tints of Dark Brown #61451C

Color information

#61451C (or 0x61451C) is unknown color: approx Dark Brown. HEX triplet: 61, 45 and 1C. RGB value is (97,69,28). Sum of RGB (Red+Green+Blue) = 97+69+28=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #61451C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61451C is #9EBAE3. Grayscale: #484848. Windows color (decimal): -10402532 or 1852769. OLE color: 1852769.

HSL color Cylindrical-coordinate representation of color #61451C: hue angle of 35.65º 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 #61451C is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB976928-
CMYK00.290.710.62
HSL35.65º55.2%24.51%-
HSV(B)35.65º71.13%38.04%-
XYZ7.276.882.04-
YUV72.7102.78145.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 28 (11.33% from 255) = 14.43%
R=50%
G=35.57%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97692800.290.710.6235.6555.224.51
Hex61451C01D473E243719
Octal1411053403510776446731
Binary1100001100010111100011101100011111111010010011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61451C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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