Html Css Color HEX #604120 Dark Brown

📋 copy color: '#604120'

red 96 ◦ green 65 ◦ blue 32

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

Shades of Dark Brown #604120

Tints of Dark Brown #604120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.58%

R = 49.74%
G = 33.68%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#604120 (or 0x604120) is known color: Dark Brown. HEX triplet: 60, 41 and 20. RGB value is (96,65,32). Sum of RGB (Red+Green+Blue) = 96+65+32=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #604120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604120 is #9FBEDF. Grayscale: #464646. Windows color (decimal): -10469088 or 2113888. OLE color: 2113888.

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

Color convert

RGB 96 65 32 -
CMYK 0 0.32 0.67 0.62
HSL 30.94º 0.5% 0.25% -
HSV(B) 30.94º 0.67% 0.38% -
XYZ 6.97 6.37 2.23 -
YUV 70.51 106.27 146.18 -
System Red Green Blue C M Y K H S L
Decimal 96 65 32 0 0.32 0.67 0.62 30.94 0.5 0.25
Hex 60 41 20 0 20 43 3E 1F 32 19
Octal 140 101 40 0 40 103 76 37 62 31
Binary 1100000 1000001 100000 0 100000 1000011 111110 11111 110010 11001

Color Harmonies of #604120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604120

Black with #604120

Text Example


Text Example

White with #604120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604120; }

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

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

background-color css

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

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

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

border-color css

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

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

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