#614024

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

Shades of Dark Brown #614024

Tints of Dark Brown #614024

Color information

#614024 (or 0x614024) is unknown color: approx Dark Brown. HEX triplet: 61, 40 and 24. RGB value is (97,64,36). Sum of RGB (Red+Green+Blue) = 97+64+36=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #614024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614024 is #9EBFDB. Grayscale: #464646. Windows color (decimal): -10403804 or 2375777. OLE color: 2375777.

HSL color Cylindrical-coordinate representation of color #614024: hue angle of 27.54º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #614024 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB976436-
CMYK00.340.630.62
HSL27.54º45.86%26.08%-
HSV(B)27.54º62.89%38.04%-
XYZ7.086.342.52-
YUV70.68108.43146.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.24%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 36 (14.45% from 255) = 18.27%
R=49.24%
G=32.49%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97643600.340.630.6227.5445.8626.08
Hex6140240223F3E1c2e1a
Octal141100440427776345632
Binary1100001100000010010001000101111111111101110010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614024; }

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

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

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

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

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

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

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

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