#604343

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

Shades of Woody Brown #604343

Tints of Woody Brown #604343

Color information

#604343 (or 0x604343) is unknown color: approx Woody Brown. HEX triplet: 60, 43 and 43. RGB value is (96,67,67). Sum of RGB (Red+Green+Blue) = 96+67+67=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #604343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604343 is #9FBCBC. Grayscale: #4B4B4B. Windows color (decimal): -10468541 or 4408160. OLE color: 4408160.

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

Color convert

RGB966767-
CMYK00.300.300.62
HSL17.79%31.96%-
HSV(B)30.21%37.65%-
XYZ7.846.916.23-
YUV75.67123.11142.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.74%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 67 (26.56% from 255) = 29.13%
R=41.74%
G=29.13%
B=29.13%

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
Decimal96676700.300.300.62017.7931.96
Hex60434301E1E3E01220
Octal140103103036367602240
Binary11000001000011100001101111011110111110010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604343; }

 p { color: rgb(96,67,67); }

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

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

 a { background-color: rgb(96,67,67); }

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

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

 span { border-color: rgb(96,67,67); }

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