Html Css Color HEX #604518 Dark Brown

📋 copy color: '#604518'

red 96 ◦ green 69 ◦ blue 24

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

Shades of Dark Brown #604518

Tints of Dark Brown #604518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.51%

 BLUE value IS 24 (9.77% from 255) = 12.7%

R = 50.79%
G = 36.51%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#604518 (or 0x604518) is known color: Dark Brown. HEX triplet: 60, 45 and 18. RGB value is (96,69,24). Sum of RGB (Red+Green+Blue) = 96+69+24=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #604518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604518 is #9FBAE7. Grayscale: #484848. Windows color (decimal): -10468072 or 1590624. OLE color: 1590624.

HSL color Cylindrical-coordinate representation of color #604518: hue angle of 37.5º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #604518 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 69 24 -
CMYK 0 0.28 0.75 0.62
HSL 37.5º 0.6% 0.24% -
HSV(B) 37.5º 0.75% 0.38% -
XYZ 7.12 6.81 1.8 -
YUV 71.94 100.95 145.16 -
System Red Green Blue C M Y K H S L
Decimal 96 69 24 0 0.28 0.75 0.62 37.5 0.6 0.24
Hex 60 45 18 0 1C 4B 3E 26 3C 18
Octal 140 105 30 0 34 113 76 46 74 30
Binary 1100000 1000101 11000 0 11100 1001011 111110 100110 111100 11000

Color Harmonies of #604518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604518

Black with #604518

Text Example


Text Example

White with #604518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604518; }

 p { color: rgb(96,69,24); }

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

background-color css

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

 a { background-color: rgb(96,69,24); }

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

border-color css

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

 span { border-color: rgb(96,69,24); }

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