Html Css Color HEX #603F31 Very Dark Brown

📋 copy color: '#603F31'

red 96 ◦ green 63 ◦ blue 49

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

Shades of Very Dark Brown #603F31

Tints of Very Dark Brown #603F31

RGB

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

 GREEN value IS 63 (25% from 255) = 30.29%

 BLUE value IS 49 (19.53% from 255) = 23.56%

R = 46.15%
G = 30.29%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#603F31 (or 0x603F31) is known color: Very Dark Brown. HEX triplet: 60, 3F and 31. RGB value is (96,63,49). Sum of RGB (Red+Green+Blue) = 96+63+49=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #603F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F31 is #9FC0CE. Grayscale: #474747. Windows color (decimal): -10469583 or 3227488. OLE color: 3227488.

HSL color Cylindrical-coordinate representation of color #603F31: hue angle of 17.87º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #603F31 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 63 49 -
CMYK 0 0.34 0.49 0.62
HSL 17.87º 0.32% 0.28% -
HSV(B) 17.87º 0.49% 0.38% -
XYZ 7.16 6.26 3.74 -
YUV 71.27 115.43 145.64 -
System Red Green Blue C M Y K H S L
Decimal 96 63 49 0 0.34 0.49 0.62 17.87 0.32 0.28
Hex 60 3F 31 0 22 31 3E 12 20 1C
Octal 140 77 61 0 42 61 76 22 40 34
Binary 1100000 111111 110001 0 100010 110001 111110 10010 100000 11100

Color Harmonies of #603F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603F31

Black with #603F31

Text Example


Text Example

White with #603F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,63,49); }

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

background-color css

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

 a { background-color: rgb(96,63,49); }

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

border-color css

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

 span { border-color: rgb(96,63,49); }

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