Html Css Color HEX #604139 Very Dark Brown

📋 copy color: '#604139'

red 96 ◦ green 65 ◦ blue 57

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

Shades of Very Dark Brown #604139

Tints of Very Dark Brown #604139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 26.15%

R = 44.04%
G = 29.82%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#604139 (or 0x604139) is known color: Very Dark Brown. HEX triplet: 60, 41 and 39. RGB value is (96,65,57). Sum of RGB (Red+Green+Blue) = 96+65+57=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #604139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604139 is #9FBEC6. Grayscale: #494949. Windows color (decimal): -10469063 or 3752288. OLE color: 3752288.

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

Color convert

RGB 96 65 57 -
CMYK 0 0.32 0.41 0.62
HSL 12.31º 0.25% 0.3% -
HSV(B) 12.31º 0.41% 0.38% -
XYZ 7.45 6.56 4.74 -
YUV 73.36 118.77 144.15 -
System Red Green Blue C M Y K H S L
Decimal 96 65 57 0 0.32 0.41 0.62 12.31 0.25 0.3
Hex 60 41 39 0 20 29 3E C 19 1E
Octal 140 101 71 0 40 51 76 14 31 36
Binary 1100000 1000001 111001 0 100000 101001 111110 1100 11001 11110

Color Harmonies of #604139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604139

Black with #604139

Text Example


Text Example

White with #604139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604139; }

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

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

background-color css

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

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

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

border-color css

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

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

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