Html Css Color HEX #604121 Dark Brown

📋 copy color: '#604121'

red 96 ◦ green 65 ◦ blue 33

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

Shades of Dark Brown #604121

Tints of Dark Brown #604121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.01%

R = 49.48%
G = 33.51%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#604121 (or 0x604121) is known color: Dark Brown. HEX triplet: 60, 41 and 21. RGB value is (96,65,33). Sum of RGB (Red+Green+Blue) = 96+65+33=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #604121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604121 is #9FBEDE. Grayscale: #464646. Windows color (decimal): -10469087 or 2179424. OLE color: 2179424.

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

Color convert

RGB 96 65 33 -
CMYK 0 0.32 0.66 0.62
HSL 30.48º 0.49% 0.25% -
HSV(B) 30.48º 0.66% 0.38% -
XYZ 6.99 6.38 2.3 -
YUV 70.62 106.77 146.1 -
System Red Green Blue C M Y K H S L
Decimal 96 65 33 0 0.32 0.66 0.62 30.48 0.49 0.25
Hex 60 41 21 0 20 42 3E 1E 31 19
Octal 140 101 41 0 40 102 76 36 61 31
Binary 1100000 1000001 100001 0 100000 1000010 111110 11110 110001 11001

Color Harmonies of #604121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604121

Black with #604121

Text Example


Text Example

White with #604121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604121; }

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

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

background-color css

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

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

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

border-color css

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

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

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