#604226

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

Shades of Dark Brown #604226

Tints of Dark Brown #604226

Color information

#604226 (or 0x604226) is unknown color: approx Dark Brown. HEX triplet: 60, 42 and 26. RGB value is (96,66,38). Sum of RGB (Red+Green+Blue) = 96+66+38=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #604226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604226 is #9FBDD9. Grayscale: #474747. Windows color (decimal): -10468826 or 2507360. OLE color: 2507360.

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

Color convert

RGB966638-
CMYK00.310.600.62
HSL28.97º43.28%26.27%-
HSV(B)28.97º60.42%37.65%-
XYZ7.126.522.72-
YUV71.78108.94145.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48%
GREEN value IS 66 (26.17% from 255) = 33%
BLUE value IS 38 (15.23% from 255) = 19%
R=48%
G=33%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96663800.310.600.6228.9743.2826.27
Hex60422601F3C3E1d2b1a
Octal140102460377476355332
Binary110000010000101001100111111111001111101110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604226; }

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

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

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

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

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

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

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

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