Html Css Color HEX #604615 Dark Brown

📋 copy color: '#604615'

red 96 ◦ green 70 ◦ blue 21

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

Shades of Dark Brown #604615

Tints of Dark Brown #604615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.43%

 BLUE value IS 21 (8.59% from 255) = 11.23%

R = 51.34%
G = 37.43%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#604615 (or 0x604615) is known color: Dark Brown. HEX triplet: 60, 46 and 15. RGB value is (96,70,21). Sum of RGB (Red+Green+Blue) = 96+70+21=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #604615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604615 is #9FB9EA. Grayscale: #484848. Windows color (decimal): -10467819 or 1394272. OLE color: 1394272.

HSL color Cylindrical-coordinate representation of color #604615: hue angle of 39.2º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #604615 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 70 21 -
CMYK 0 0.27 0.78 0.62
HSL 39.2º 0.64% 0.23% -
HSV(B) 39.2º 0.78% 0.38% -
XYZ 7.15 6.92 1.67 -
YUV 72.19 99.11 144.98 -
System Red Green Blue C M Y K H S L
Decimal 96 70 21 0 0.27 0.78 0.62 39.2 0.64 0.23
Hex 60 46 15 0 1B 4E 3E 27 40 17
Octal 140 106 25 0 33 116 76 47 100 27
Binary 1100000 1000110 10101 0 11011 1001110 111110 100111 1000000 10111

Color Harmonies of #604615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604615

Black with #604615

Text Example


Text Example

White with #604615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604615; }

 p { color: rgb(96,70,21); }

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

background-color css

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

 a { background-color: rgb(96,70,21); }

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

border-color css

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

 span { border-color: rgb(96,70,21); }

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