#604320

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

Shades of Dark Brown #604320

Tints of Dark Brown #604320

Color information

#604320 (or 0x604320) is unknown color: approx Dark Brown. HEX triplet: 60, 43 and 20. RGB value is (96,67,32). Sum of RGB (Red+Green+Blue) = 96+67+32=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #604320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604320 is #9FBCDF. Grayscale: #474747. Windows color (decimal): -10468576 or 2114400. OLE color: 2114400.

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

Color convert

RGB966732-
CMYK00.300.670.62
HSL32.81º50%25.1%-
HSV(B)32.81º66.67%37.65%-
XYZ7.096.612.27-
YUV71.68105.61145.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 67 (26.56% from 255) = 34.36%
BLUE value IS 32 (12.89% from 255) = 16.41%
R=49.23%
G=34.36%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96673200.300.670.6232.815025.1
Hex60432001E433E213219
Octal1401034003610376416231
Binary11000001000011100000011110100001111111010000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604320; }

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

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

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

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

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

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

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

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