Html Css Color HEX #604413 Dark Brown

📋 copy color: '#604413'

red 96 ◦ green 68 ◦ blue 19

#604413
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Brown #604413

Tints of Dark Brown #604413

RGB

 RED value IS 96 (37.89% from 255) = 52.46%

 GREEN value IS 68 (26.95% from 255) = 37.16%

 BLUE value IS 19 (7.81% from 255) = 10.38%

R = 52.46%
G = 37.16%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#604413 (or 0x604413) is known color: Dark Brown. HEX triplet: 60, 44 and 13. RGB value is (96,68,19). Sum of RGB (Red+Green+Blue) = 96+68+19=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #604413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604413 is #9FBBEC. Grayscale: #474747. Windows color (decimal): -10468333 or 1262688. OLE color: 1262688.

HSL color Cylindrical-coordinate representation of color #604413: hue angle of 38.18º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #604413 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 68 19 -
CMYK 0 0.29 0.80 0.62
HSL 38.18º 0.67% 0.23% -
HSV(B) 38.18º 0.8% 0.38% -
XYZ 7.01 6.67 1.53 -
YUV 70.79 98.78 145.98 -
System Red Green Blue C M Y K H S L
Decimal 96 68 19 0 0.29 0.80 0.62 38.18 0.67 0.23
Hex 60 44 13 0 1D 50 3E 26 43 17
Octal 140 104 23 0 35 120 76 46 103 27
Binary 1100000 1000100 10011 0 11101 1010000 111110 100110 1000011 10111

Color Harmonies of #604413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604413

Black with #604413

Text Example


Text Example

White with #604413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604413; }

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

 H1.HeaderClassName
 {
   color: #604413;
 }
 .AnyTagClassName
 {
   color: #604413;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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