#604342

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

Shades of Woody Brown #604342

Tints of Woody Brown #604342

Color information

#604342 (or 0x604342) is unknown color: approx Woody Brown. HEX triplet: 60, 43 and 42. RGB value is (96,67,66). Sum of RGB (Red+Green+Blue) = 96+67+66=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #604342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604342 is #9FBCBD. Grayscale: #4B4B4B. Windows color (decimal): -10468542 or 4342624. OLE color: 4342624.

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

Color convert

RGB966766-
CMYK00.300.310.62
HSL18.52%31.76%-
HSV(B)31.25%37.65%-
XYZ7.816.896.07-
YUV75.56122.61142.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.92%
GREEN value IS 67 (26.56% from 255) = 29.26%
BLUE value IS 66 (26.17% from 255) = 28.82%
R=41.92%
G=29.26%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96676600.300.310.62218.5231.76
Hex60434201E1F3E21320
Octal140103102036377622340
Binary110000010000111000010011110111111111101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604342; }

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

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

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

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

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

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

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

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