Html Css Color HEX #604312 Dark Brown

📋 copy color: '#604312'

red 96 ◦ green 67 ◦ blue 18

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

Shades of Dark Brown #604312

Tints of Dark Brown #604312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.94%

R = 53.04%
G = 37.02%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#604312 (or 0x604312) is known color: Dark Brown. HEX triplet: 60, 43 and 12. RGB value is (96,67,18). Sum of RGB (Red+Green+Blue) = 96+67+18=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #604312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604312 is #9FBCED. Grayscale: #464646. Windows color (decimal): -10468590 or 1196896. OLE color: 1196896.

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

Color convert

RGB 96 67 18 -
CMYK 0 0.30 0.81 0.62
HSL 37.69º 0.68% 0.22% -
HSV(B) 37.69º 0.81% 0.38% -
XYZ 6.94 6.54 1.47 -
YUV 70.09 98.61 146.48 -
System Red Green Blue C M Y K H S L
Decimal 96 67 18 0 0.30 0.81 0.62 37.69 0.68 0.22
Hex 60 43 12 0 1E 51 3E 26 44 16
Octal 140 103 22 0 36 121 76 46 104 26
Binary 1100000 1000011 10010 0 11110 1010001 111110 100110 1000100 10110

Color Harmonies of #604312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604312

Black with #604312

Text Example


Text Example

White with #604312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604312; }

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

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

background-color css

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

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

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

border-color css

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

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

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