Html Css Color HEX #603D15 Dark Brown

📋 copy color: '#603D15'

red 96 ◦ green 61 ◦ blue 21

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

Shades of Dark Brown #603D15

Tints of Dark Brown #603D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.8%

R = 53.93%
G = 34.27%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#603D15 (or 0x603D15) is known color: Dark Brown. HEX triplet: 60, 3D and 15. RGB value is (96,61,21). Sum of RGB (Red+Green+Blue) = 96+61+21=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #603D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603D15 is #9FC2EA. Grayscale: #434343. Windows color (decimal): -10470123 or 1391968. OLE color: 1391968.

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

Color convert

RGB 96 61 21 -
CMYK 0 0.36 0.78 0.62
HSL 32º 0.64% 0.23% -
HSV(B) 32º 0.78% 0.38% -
XYZ 6.63 5.88 1.49 -
YUV 66.91 102.1 148.75 -
System Red Green Blue C M Y K H S L
Decimal 96 61 21 0 0.36 0.78 0.62 32 0.64 0.23
Hex 60 3D 15 0 24 4E 3E 20 40 17
Octal 140 75 25 0 44 116 76 40 100 27
Binary 1100000 111101 10101 0 100100 1001110 111110 100000 1000000 10111

Color Harmonies of #603D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D15

Black with #603D15

Text Example


Text Example

White with #603D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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