Html Css Color HEX #603D1C Dark Brown

📋 copy color: '#603D1C'

red 96 ◦ green 61 ◦ blue 28

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

Shades of Dark Brown #603D1C

Tints of Dark Brown #603D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.14%

R = 51.89%
G = 32.97%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#603D1C (or 0x603D1C) is known color: Dark Brown. HEX triplet: 60, 3D and 1C. RGB value is (96,61,28). Sum of RGB (Red+Green+Blue) = 96+61+28=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #603D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D1C is #9FC2E3. Grayscale: #434343. Windows color (decimal): -10470116 or 1850720. OLE color: 1850720.

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

Color convert

RGB 96 61 28 -
CMYK 0 0.36 0.71 0.62
HSL 29.12º 0.55% 0.24% -
HSV(B) 29.12º 0.71% 0.38% -
XYZ 6.7 5.91 1.89 -
YUV 67.7 105.6 148.18 -
System Red Green Blue C M Y K H S L
Decimal 96 61 28 0 0.36 0.71 0.62 29.12 0.55 0.24
Hex 60 3D 1C 0 24 47 3E 1D 37 18
Octal 140 75 34 0 44 107 76 35 67 30
Binary 1100000 111101 11100 0 100100 1000111 111110 11101 110111 11000

Color Harmonies of #603D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D1C

Black with #603D1C

Text Example


Text Example

White with #603D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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