Html Css Color HEX #604512 Dark Brown

📋 copy color: '#604512'

red 96 ◦ green 69 ◦ blue 18

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

Shades of Dark Brown #604512

Tints of Dark Brown #604512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.7%

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

R = 52.46%
G = 37.7%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#604512 (or 0x604512) is known color: Dark Brown. HEX triplet: 60, 45 and 12. RGB value is (96,69,18). Sum of RGB (Red+Green+Blue) = 96+69+18=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #604512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604512 is #9FBAED. Grayscale: #474747. Windows color (decimal): -10468078 or 1197408. OLE color: 1197408.

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

Color convert

RGB 96 69 18 -
CMYK 0 0.28 0.81 0.62
HSL 39.23º 0.68% 0.22% -
HSV(B) 39.23º 0.81% 0.38% -
XYZ 7.06 6.79 1.51 -
YUV 71.26 97.95 145.65 -
System Red Green Blue C M Y K H S L
Decimal 96 69 18 0 0.28 0.81 0.62 39.23 0.68 0.22
Hex 60 45 12 0 1C 51 3E 27 44 16
Octal 140 105 22 0 34 121 76 47 104 26
Binary 1100000 1000101 10010 0 11100 1010001 111110 100111 1000100 10110

Color Harmonies of #604512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604512

Black with #604512

Text Example


Text Example

White with #604512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604512; }

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

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

background-color css

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

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

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

border-color css

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

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

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