Html Css Color HEX #604210 Dark Brown

📋 copy color: '#604210'

red 96 ◦ green 66 ◦ blue 16

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

Shades of Dark Brown #604210

Tints of Dark Brown #604210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.99%

R = 53.93%
G = 37.08%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#604210 (or 0x604210) is known color: Dark Brown. HEX triplet: 60, 42 and 10. RGB value is (96,66,16). Sum of RGB (Red+Green+Blue) = 96+66+16=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #604210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604210 is #9FBDEF. Grayscale: #454545. Windows color (decimal): -10468848 or 1065568. OLE color: 1065568.

HSL color Cylindrical-coordinate representation of color #604210: hue angle of 37.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #604210 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 66 16 -
CMYK 0 0.31 0.83 0.62
HSL 37.5º 0.71% 0.22% -
HSV(B) 37.5º 0.83% 0.38% -
XYZ 6.87 6.42 1.37 -
YUV 69.27 97.94 147.07 -
System Red Green Blue C M Y K H S L
Decimal 96 66 16 0 0.31 0.83 0.62 37.5 0.71 0.22
Hex 60 42 10 0 1F 53 3E 26 47 16
Octal 140 102 20 0 37 123 76 46 107 26
Binary 1100000 1000010 10000 0 11111 1010011 111110 100110 1000111 10110

Color Harmonies of #604210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604210

Black with #604210

Text Example


Text Example

White with #604210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604210; }

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

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

background-color css

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

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

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

border-color css

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

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

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