Html Css Color HEX #603D1F Dark Brown

📋 copy color: '#603D1F'

red 96 ◦ green 61 ◦ blue 31

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

Shades of Dark Brown #603D1F

Tints of Dark Brown #603D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.49%

R = 51.06%
G = 32.45%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#603D1F (or 0x603D1F) is known color: Dark Brown. HEX triplet: 60, 3D and 1F. RGB value is (96,61,31). Sum of RGB (Red+Green+Blue) = 96+61+31=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #603D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D1F is #9FC2E0. Grayscale: #444444. Windows color (decimal): -10470113 or 2047328. OLE color: 2047328.

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

Color convert

RGB 96 61 31 -
CMYK 0 0.36 0.68 0.62
HSL 27.69º 0.51% 0.25% -
HSV(B) 27.69º 0.68% 0.38% -
XYZ 6.74 5.92 2.08 -
YUV 68.05 107.1 147.94 -
System Red Green Blue C M Y K H S L
Decimal 96 61 31 0 0.36 0.68 0.62 27.69 0.51 0.25
Hex 60 3D 1F 0 24 44 3E 1C 33 19
Octal 140 75 37 0 44 104 76 34 63 31
Binary 1100000 111101 11111 0 100100 1000100 111110 11100 110011 11001

Color Harmonies of #603D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D1F

Black with #603D1F

Text Example


Text Example

White with #603D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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