Html Css Color HEX #604124 Dark Brown

📋 copy color: '#604124'

red 96 ◦ green 65 ◦ blue 36

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

Shades of Dark Brown #604124

Tints of Dark Brown #604124

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.99%

 BLUE value IS 36 (14.45% from 255) = 18.27%

R = 48.73%
G = 32.99%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#604124 (or 0x604124) is known color: Dark Brown. HEX triplet: 60, 41 and 24. RGB value is (96,65,36). Sum of RGB (Red+Green+Blue) = 96+65+36=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #604124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604124 is #9FBEDB. Grayscale: #474747. Windows color (decimal): -10469084 or 2376032. OLE color: 2376032.

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

Color convert

RGB 96 65 36 -
CMYK 0 0.32 0.62 0.62
HSL 29º 0.45% 0.26% -
HSV(B) 29º 0.63% 0.38% -
XYZ 7.03 6.39 2.53 -
YUV 70.96 108.27 145.86 -
System Red Green Blue C M Y K H S L
Decimal 96 65 36 0 0.32 0.62 0.62 29 0.45 0.26
Hex 60 41 24 0 20 3E 3E 1D 2D 1A
Octal 140 101 44 0 40 76 76 35 55 32
Binary 1100000 1000001 100100 0 100000 111110 111110 11101 101101 11010

Color Harmonies of #604124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604124

Black with #604124

Text Example


Text Example

White with #604124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604124; }

 p { color: rgb(96,65,36); }

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

background-color css

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

 a { background-color: rgb(96,65,36); }

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

border-color css

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

 span { border-color: rgb(96,65,36); }

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