Html Css Color HEX #604215 Dark Brown

📋 copy color: '#604215'

red 96 ◦ green 66 ◦ blue 21

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

Shades of Dark Brown #604215

Tints of Dark Brown #604215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.07%

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

R = 52.46%
G = 36.07%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#604215 (or 0x604215) is known color: Dark Brown. HEX triplet: 60, 42 and 15. RGB value is (96,66,21). Sum of RGB (Red+Green+Blue) = 96+66+21=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #604215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604215 is #9FBDEA. Grayscale: #464646. Windows color (decimal): -10468843 or 1393248. OLE color: 1393248.

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

Color convert

RGB 96 66 21 -
CMYK 0 0.31 0.78 0.62
HSL 36º 0.64% 0.23% -
HSV(B) 36º 0.78% 0.38% -
XYZ 6.91 6.44 1.59 -
YUV 69.84 100.44 146.66 -
System Red Green Blue C M Y K H S L
Decimal 96 66 21 0 0.31 0.78 0.62 36 0.64 0.23
Hex 60 42 15 0 1F 4E 3E 24 40 17
Octal 140 102 25 0 37 116 76 44 100 27
Binary 1100000 1000010 10101 0 11111 1001110 111110 100100 1000000 10111

Color Harmonies of #604215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604215

Black with #604215

Text Example


Text Example

White with #604215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604215; }

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

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

background-color css

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

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

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

border-color css

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

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

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