Html Css Color HEX #603F20 Dark Brown

📋 copy color: '#603F20'

red 96 ◦ green 63 ◦ blue 32

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

Shades of Dark Brown #603F20

Tints of Dark Brown #603F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.75%

R = 50.26%
G = 32.98%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#603F20 (or 0x603F20) is known color: Dark Brown. HEX triplet: 60, 3F and 20. RGB value is (96,63,32). Sum of RGB (Red+Green+Blue) = 96+63+32=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #603F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F20 is #9FC0DF. Grayscale: #454545. Windows color (decimal): -10469600 or 2113376. OLE color: 2113376.

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

Color convert

RGB 96 63 32 -
CMYK 0 0.34 0.67 0.62
HSL 29.06º 0.5% 0.25% -
HSV(B) 29.06º 0.67% 0.38% -
XYZ 6.86 6.15 2.19 -
YUV 69.33 106.93 147.02 -
System Red Green Blue C M Y K H S L
Decimal 96 63 32 0 0.34 0.67 0.62 29.06 0.5 0.25
Hex 60 3F 20 0 22 43 3E 1D 32 19
Octal 140 77 40 0 42 103 76 35 62 31
Binary 1100000 111111 100000 0 100010 1000011 111110 11101 110010 11001

Color Harmonies of #603F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603F20

Black with #603F20

Text Example


Text Example

White with #603F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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