#614525

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

Shades of Dark Brown #614525

Tints of Dark Brown #614525

Color information

#614525 (or 0x614525) is unknown color: approx Dark Brown. HEX triplet: 61, 45 and 25. RGB value is (97,69,37). Sum of RGB (Red+Green+Blue) = 97+69+37=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #614525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614525 is #9EBADA. Grayscale: #494949. Windows color (decimal): -10402523 or 2442593. OLE color: 2442593.

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

Color convert

RGB976937-
CMYK00.290.620.62
HSL32º44.78%26.27%-
HSV(B)32º61.86%38.04%-
XYZ7.396.932.7-
YUV73.72107.28144.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 69 (27.34% from 255) = 33.99%
BLUE value IS 37 (14.84% from 255) = 18.23%
R=47.78%
G=33.99%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97693700.290.620.623244.7826.27
Hex61452501D3E3E202d1a
Octal141105450357676405532
Binary1100001100010110010101110111111011111010000010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614525; }

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

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

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

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

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

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

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

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