Html Css Color HEX #603F13 Dark Brown

📋 copy color: '#603F13'

red 96 ◦ green 63 ◦ blue 19

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

Shades of Dark Brown #603F13

Tints of Dark Brown #603F13

RGB

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

 GREEN value IS 63 (25% from 255) = 35.39%

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

R = 53.93%
G = 35.39%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#603F13 (or 0x603F13) is known color: Dark Brown. HEX triplet: 60, 3F and 13. RGB value is (96,63,19). Sum of RGB (Red+Green+Blue) = 96+63+19=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #603F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603F13 is #9FC0EC. Grayscale: #444444. Windows color (decimal): -10469613 or 1261408. OLE color: 1261408.

HSL color Cylindrical-coordinate representation of color #603F13: hue angle of 34.29º 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 #603F13 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 63 19 -
CMYK 0 0.34 0.80 0.62
HSL 34.29º 0.67% 0.23% -
HSV(B) 34.29º 0.8% 0.38% -
XYZ 6.72 6.09 1.44 -
YUV 67.85 100.43 148.08 -
System Red Green Blue C M Y K H S L
Decimal 96 63 19 0 0.34 0.80 0.62 34.29 0.67 0.23
Hex 60 3F 13 0 22 50 3E 22 43 17
Octal 140 77 23 0 42 120 76 42 103 27
Binary 1100000 111111 10011 0 100010 1010000 111110 100010 1000011 10111

Color Harmonies of #603F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603F13

Black with #603F13

Text Example


Text Example

White with #603F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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