#614545

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

Shades of Woody Brown #614545

Tints of Woody Brown #614545

Color information

#614545 (or 0x614545) is unknown color: approx Woody Brown. HEX triplet: 61, 45 and 45. RGB value is (97,69,69). Sum of RGB (Red+Green+Blue) = 97+69+69=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 97 - color contains mainly: red. Hex color #614545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614545 is #9EBABA. Grayscale: #4D4D4D. Windows color (decimal): -10402491 or 4539745. OLE color: 4539745.

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

Color convert

RGB976969-
CMYK00.290.290.62
HSL16.87%32.55%-
HSV(B)28.87%38.04%-
XYZ8.137.236.6-
YUV77.37123.28142-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.28%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 69 (27.34% from 255) = 29.36%
R=41.28%
G=29.36%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97696900.290.290.62016.8732.55
Hex61454501D1D3E01121
Octal141105105035357602141
Binary11000011000101100010101110111101111110010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614545; }

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

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

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

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

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

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

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

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