#614526

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

Shades of Dark Brown #614526

Tints of Dark Brown #614526

Color information

#614526 (or 0x614526) is unknown color: approx Dark Brown. HEX triplet: 61, 45 and 26. RGB value is (97,69,38). Sum of RGB (Red+Green+Blue) = 97+69+38=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #614526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614526 is #9EBAD9. Grayscale: #494949. Windows color (decimal): -10402522 or 2508129. OLE color: 2508129.

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

Color convert

RGB976938-
CMYK00.290.610.62
HSL31.53º43.7%26.47%-
HSV(B)31.53º60.82%38.04%-
XYZ7.416.942.78-
YUV73.84107.78144.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 69 (27.34% from 255) = 33.82%
BLUE value IS 38 (15.23% from 255) = 18.63%
R=47.55%
G=33.82%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97693800.290.610.6231.5343.726.47
Hex61452601D3D3E202c1a
Octal141105460357576405432
Binary1100001100010110011001110111110111111010000010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614526; }

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

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

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

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

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

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

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

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