Html Css Color HEX #604131 Very Dark Brown

📋 copy color: '#604131'

red 96 ◦ green 65 ◦ blue 49

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

Shades of Very Dark Brown #604131

Tints of Very Dark Brown #604131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.33%

R = 45.71%
G = 30.95%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#604131 (or 0x604131) is known color: Very Dark Brown. HEX triplet: 60, 41 and 31. RGB value is (96,65,49). Sum of RGB (Red+Green+Blue) = 96+65+49=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #604131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604131 is #9FBECE. Grayscale: #484848. Windows color (decimal): -10469071 or 3228000. OLE color: 3228000.

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

Color convert

RGB 96 65 49 -
CMYK 0 0.32 0.49 0.62
HSL 20.43º 0.32% 0.28% -
HSV(B) 20.43º 0.49% 0.38% -
XYZ 7.27 6.49 3.78 -
YUV 72.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 96 65 49 0 0.32 0.49 0.62 20.43 0.32 0.28
Hex 60 41 31 0 20 31 3E 14 20 1C
Octal 140 101 61 0 40 61 76 24 40 34
Binary 1100000 1000001 110001 0 100000 110001 111110 10100 100000 11100

Color Harmonies of #604131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604131

Black with #604131

Text Example


Text Example

White with #604131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604131; }

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

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

background-color css

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

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

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

border-color css

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

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

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