Html Css Color HEX #603E1C Dark Brown

📋 copy color: '#603E1C'

red 96 ◦ green 62 ◦ blue 28

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

Shades of Dark Brown #603E1C

Tints of Dark Brown #603E1C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 33.33%

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

R = 51.61%
G = 33.33%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#603E1C (or 0x603E1C) is known color: Dark Brown. HEX triplet: 60, 3E and 1C. RGB value is (96,62,28). Sum of RGB (Red+Green+Blue) = 96+62+28=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #603E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603E1C is #9FC1E3. Grayscale: #444444. Windows color (decimal): -10469860 or 1850976. OLE color: 1850976.

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

Color convert

RGB 96 62 28 -
CMYK 0 0.35 0.71 0.62
HSL 30º 0.55% 0.24% -
HSV(B) 30º 0.71% 0.38% -
XYZ 6.76 6.02 1.9 -
YUV 68.29 105.26 147.76 -
System Red Green Blue C M Y K H S L
Decimal 96 62 28 0 0.35 0.71 0.62 30 0.55 0.24
Hex 60 3E 1C 0 23 47 3E 1E 37 18
Octal 140 76 34 0 43 107 76 36 67 30
Binary 1100000 111110 11100 0 100011 1000111 111110 11110 110111 11000

Color Harmonies of #603E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603E1C

Black with #603E1C

Text Example


Text Example

White with #603E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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