#604422

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

Shades of Dark Brown #604422

Tints of Dark Brown #604422

Color information

#604422 (or 0x604422) is unknown color: approx Dark Brown. HEX triplet: 60, 44 and 22. RGB value is (96,68,34). Sum of RGB (Red+Green+Blue) = 96+68+34=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 34 (13.67% from 255 or 17.17% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #604422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604422 is #9FBBDD. Grayscale: #484848. Windows color (decimal): -10468318 or 2245728. OLE color: 2245728.

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

Color convert

RGB966834-
CMYK00.290.650.62
HSL32.9º47.69%25.49%-
HSV(B)32.9º64.58%37.65%-
XYZ7.186.742.44-
YUV72.5106.28144.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.48%
GREEN value IS 68 (26.95% from 255) = 34.34%
BLUE value IS 34 (13.67% from 255) = 17.17%
R=48.48%
G=34.34%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96683400.290.650.6232.947.6925.49
Hex60442201D413E213019
Octal1401044203510176416031
Binary11000001000100100010011101100000111111010000111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604422; }

 p { color: rgb(96,68,34); }

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

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

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

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

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

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

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