#624545

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

Shades of Woody Brown #624545

Tints of Woody Brown #624545

Color information

#624545 (or 0x624545) is unknown color: approx Woody Brown. HEX triplet: 62, 45 and 45. RGB value is (98,69,69). Sum of RGB (Red+Green+Blue) = 98+69+69=236 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.53% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 98 - color contains mainly: red. Hex color #624545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624545 is #9DBABA. Grayscale: #4D4D4D. Windows color (decimal): -10336955 or 4539746. OLE color: 4539746.

HSL color Cylindrical-coordinate representation of color #624545: 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.3%. Process color model (Four color, CMYK) of #624545 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB986969-
CMYK00.300.300.62
HSL17.37%32.75%-
HSV(B)29.59%38.43%-
XYZ8.247.286.6-
YUV77.67123.11142.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.53%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 69 (27.34% from 255) = 29.24%
R=41.53%
G=29.24%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98696900.300.300.62017.3732.75
Hex62454501E1E3E01121
Octal142105105036367602141
Binary11000101000101100010101111011110111110010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624545; }

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

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

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

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

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

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

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

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