Html Css Color HEX #603E1F Dark Brown

📋 copy color: '#603E1F'

red 96 ◦ green 62 ◦ blue 31

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

Shades of Dark Brown #603E1F

Tints of Dark Brown #603E1F

RGB

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

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

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

R = 50.79%
G = 32.8%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#603E1F (or 0x603E1F) is known color: Dark Brown. HEX triplet: 60, 3E and 1F. RGB value is (96,62,31). Sum of RGB (Red+Green+Blue) = 96+62+31=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #603E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603E1F is #9FC1E0. Grayscale: #444444. Windows color (decimal): -10469857 or 2047584. OLE color: 2047584.

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

Color convert

RGB 96 62 31 -
CMYK 0 0.35 0.68 0.62
HSL 28.62º 0.51% 0.25% -
HSV(B) 28.62º 0.68% 0.38% -
XYZ 6.79 6.03 2.1 -
YUV 68.63 106.76 147.52 -
System Red Green Blue C M Y K H S L
Decimal 96 62 31 0 0.35 0.68 0.62 28.62 0.51 0.25
Hex 60 3E 1F 0 23 44 3E 1D 33 19
Octal 140 76 37 0 43 104 76 35 63 31
Binary 1100000 111110 11111 0 100011 1000100 111110 11101 110011 11001

Color Harmonies of #603E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603E1F

Black with #603E1F

Text Example


Text Example

White with #603E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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