Html Css Color HEX #604A39 Brown Derby

📋 copy color: '#604A39'

red 96 ◦ green 74 ◦ blue 57

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

Shades of Brown Derby #604A39

Tints of Brown Derby #604A39

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.6%

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

R = 42.29%
G = 32.6%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#604A39 (or 0x604A39) is known color: Brown Derby. HEX triplet: 60, 4A and 39. RGB value is (96,74,57). Sum of RGB (Red+Green+Blue) = 96+74+57=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #604A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A39 is #9FB5C6. Grayscale: #4E4E4E. Windows color (decimal): -10466759 or 3754592. OLE color: 3754592.

HSL color Cylindrical-coordinate representation of color #604A39: hue angle of 26.15º 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 #604A39 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 74 57 -
CMYK 0 0.23 0.41 0.62
HSL 26.15º 0.25% 0.3% -
HSV(B) 26.15º 0.41% 0.38% -
XYZ 8.01 7.68 4.93 -
YUV 78.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 96 74 57 0 0.23 0.41 0.62 26.15 0.25 0.3
Hex 60 4A 39 0 17 29 3E 1A 19 1E
Octal 140 112 71 0 27 51 76 32 31 36
Binary 1100000 1001010 111001 0 10111 101001 111110 11010 11001 11110

Color Harmonies of #604A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604A39

Black with #604A39

Text Example


Text Example

White with #604A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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