#614425

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

Shades of Dark Brown #614425

Tints of Dark Brown #614425

Color information

#614425 (or 0x614425) is unknown color: approx Dark Brown. HEX triplet: 61, 44 and 25. RGB value is (97,68,37). Sum of RGB (Red+Green+Blue) = 97+68+37=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #614425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614425 is #9EBBDA. Grayscale: #494949. Windows color (decimal): -10402779 or 2442337. OLE color: 2442337.

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

Color convert

RGB976837-
CMYK00.300.620.62
HSL31º44.78%26.27%-
HSV(B)31º61.86%38.04%-
XYZ7.336.812.68-
YUV73.14107.61145.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.02%
GREEN value IS 68 (26.95% from 255) = 33.66%
BLUE value IS 37 (14.84% from 255) = 18.32%
R=48.02%
G=33.66%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97683700.300.620.623144.7826.27
Hex61442501E3E3E1f2d1a
Octal141104450367676375532
Binary110000110001001001010111101111101111101111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614425; }

 p { color: rgb(97,68,37); }

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

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

 a { background-color: rgb(97,68,37); }

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

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

 span { border-color: rgb(97,68,37); }

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