Html Css Color HEX #603D1D Dark Brown

📋 copy color: '#603D1D'

red 96 ◦ green 61 ◦ blue 29

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

Shades of Dark Brown #603D1D

Tints of Dark Brown #603D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.59%

R = 51.61%
G = 32.8%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#603D1D (or 0x603D1D) is known color: Dark Brown. HEX triplet: 60, 3D and 1D. RGB value is (96,61,29). Sum of RGB (Red+Green+Blue) = 96+61+29=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #603D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D1D is #9FC2E2. Grayscale: #434343. Windows color (decimal): -10470115 or 1916256. OLE color: 1916256.

HSL color Cylindrical-coordinate representation of color #603D1D: hue angle of 28.66º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #603D1D is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 61 29 -
CMYK 0 0.36 0.70 0.62
HSL 28.66º 0.54% 0.25% -
HSV(B) 28.66º 0.7% 0.38% -
XYZ 6.71 5.91 1.95 -
YUV 67.82 106.1 148.1 -
System Red Green Blue C M Y K H S L
Decimal 96 61 29 0 0.36 0.70 0.62 28.66 0.54 0.25
Hex 60 3D 1D 0 24 46 3E 1D 36 19
Octal 140 75 35 0 44 106 76 35 66 31
Binary 1100000 111101 11101 0 100100 1000110 111110 11101 110110 11001

Color Harmonies of #603D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D1D

Black with #603D1D

Text Example


Text Example

White with #603D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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