#614125

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

Shades of Dark Brown #614125

Tints of Dark Brown #614125

Color information

#614125 (or 0x614125) is unknown color: approx Dark Brown. HEX triplet: 61, 41 and 25. RGB value is (97,65,37). Sum of RGB (Red+Green+Blue) = 97+65+37=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #614125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614125 is #9EBEDA. Grayscale: #474747. Windows color (decimal): -10403547 or 2441569. OLE color: 2441569.

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

Color convert

RGB976537-
CMYK00.330.620.62
HSL28º44.78%26.27%-
HSV(B)28º61.86%38.04%-
XYZ7.156.462.62-
YUV71.38108.6146.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 65 (25.78% from 255) = 32.66%
BLUE value IS 37 (14.84% from 255) = 18.59%
R=48.74%
G=32.66%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97653700.330.620.622844.7826.27
Hex6141250213E3E1c2d1a
Octal141101450417676345532
Binary1100001100000110010101000011111101111101110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614125; }

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

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

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

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

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

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

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

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