Html Css Color HEX #604315 Dark Brown

📋 copy color: '#604315'

red 96 ◦ green 67 ◦ blue 21

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

Shades of Dark Brown #604315

Tints of Dark Brown #604315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.41%

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

R = 52.17%
G = 36.41%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#604315 (or 0x604315) is known color: Dark Brown. HEX triplet: 60, 43 and 15. RGB value is (96,67,21). Sum of RGB (Red+Green+Blue) = 96+67+21=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #604315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604315 is #9FBCEA. Grayscale: #464646. Windows color (decimal): -10468587 or 1393504. OLE color: 1393504.

HSL color Cylindrical-coordinate representation of color #604315: hue angle of 36.8º 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 #604315 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 67 21 -
CMYK 0 0.30 0.78 0.62
HSL 36.8º 0.64% 0.23% -
HSV(B) 36.8º 0.78% 0.38% -
XYZ 6.97 6.56 1.61 -
YUV 70.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 96 67 21 0 0.30 0.78 0.62 36.8 0.64 0.23
Hex 60 43 15 0 1E 4E 3E 25 40 17
Octal 140 103 25 0 36 116 76 45 100 27
Binary 1100000 1000011 10101 0 11110 1001110 111110 100101 1000000 10111

Color Harmonies of #604315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604315

Black with #604315

Text Example


Text Example

White with #604315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604315; }

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

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

background-color css

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

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

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

border-color css

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

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

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