Html Css Color HEX #603D13 Dark Brown

📋 copy color: '#603D13'

red 96 ◦ green 61 ◦ blue 19

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

Shades of Dark Brown #603D13

Tints of Dark Brown #603D13

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.66%

 BLUE value IS 19 (7.81% from 255) = 10.8%

R = 54.55%
G = 34.66%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#603D13 (or 0x603D13) is known color: Dark Brown. HEX triplet: 60, 3D and 13. RGB value is (96,61,19). Sum of RGB (Red+Green+Blue) = 96+61+19=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #603D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603D13 is #9FC2EC. Grayscale: #424242. Windows color (decimal): -10470125 or 1260896. OLE color: 1260896.

HSL color Cylindrical-coordinate representation of color #603D13: hue angle of 32.73º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #603D13 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 61 19 -
CMYK 0 0.36 0.80 0.62
HSL 32.73º 0.67% 0.23% -
HSV(B) 32.73º 0.8% 0.38% -
XYZ 6.61 5.87 1.4 -
YUV 66.68 101.1 148.92 -
System Red Green Blue C M Y K H S L
Decimal 96 61 19 0 0.36 0.80 0.62 32.73 0.67 0.23
Hex 60 3D 13 0 24 50 3E 21 43 17
Octal 140 75 23 0 44 120 76 41 103 27
Binary 1100000 111101 10011 0 100100 1010000 111110 100001 1000011 10111

Color Harmonies of #603D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D13

Black with #603D13

Text Example


Text Example

White with #603D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603D13; }

 p { color: rgb(96,61,19); }

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

background-color css

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

 a { background-color: rgb(96,61,19); }

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

border-color css

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

 span { border-color: rgb(96,61,19); }

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