#604223

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

Shades of Dark Brown #604223

Tints of Dark Brown #604223

Color information

#604223 (or 0x604223) is unknown color: approx Dark Brown. HEX triplet: 60, 42 and 23. RGB value is (96,66,35). Sum of RGB (Red+Green+Blue) = 96+66+35=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #604223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604223 is #9FBDDC. Grayscale: #474747. Windows color (decimal): -10468829 or 2310752. OLE color: 2310752.

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

Color convert

RGB966635-
CMYK00.310.640.62
HSL30.49º46.56%25.69%-
HSV(B)30.49º63.54%37.65%-
XYZ7.086.52.47-
YUV71.44107.44145.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.73%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 35 (14.06% from 255) = 17.77%
R=48.73%
G=33.50%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96663500.310.640.6230.4946.5625.69
Hex60422301F403E1e2f1a
Octal1401024303710076365732
Binary1100000100001010001101111110000001111101111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604223; }

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

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

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

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

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

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

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

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