Html Css Color HEX #603D14 Dark Brown

📋 copy color: '#603D14'

red 96 ◦ green 61 ◦ blue 20

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

Shades of Dark Brown #603D14

Tints of Dark Brown #603D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.3%

R = 54.24%
G = 34.46%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#603D14 (or 0x603D14) is known color: Dark Brown. HEX triplet: 60, 3D and 14. RGB value is (96,61,20). Sum of RGB (Red+Green+Blue) = 96+61+20=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #603D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603D14 is #9FC2EB. Grayscale: #424242. Windows color (decimal): -10470124 or 1326432. OLE color: 1326432.

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

Color convert

RGB 96 61 20 -
CMYK 0 0.36 0.79 0.62
HSL 32.37º 0.66% 0.23% -
HSV(B) 32.37º 0.79% 0.38% -
XYZ 6.62 5.87 1.45 -
YUV 66.79 101.6 148.83 -
System Red Green Blue C M Y K H S L
Decimal 96 61 20 0 0.36 0.79 0.62 32.37 0.66 0.23
Hex 60 3D 14 0 24 4F 3E 20 42 17
Octal 140 75 24 0 44 117 76 40 102 27
Binary 1100000 111101 10100 0 100100 1001111 111110 100000 1000010 10111

Color Harmonies of #603D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D14

Black with #603D14

Text Example


Text Example

White with #603D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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