Html Css Color HEX #603D1E Dark Brown

📋 copy color: '#603D1E'

red 96 ◦ green 61 ◦ blue 30

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

Shades of Dark Brown #603D1E

Tints of Dark Brown #603D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.04%

R = 51.34%
G = 32.62%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#603D1E (or 0x603D1E) is known color: Dark Brown. HEX triplet: 60, 3D and 1E. RGB value is (96,61,30). Sum of RGB (Red+Green+Blue) = 96+61+30=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #603D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D1E is #9FC2E1. Grayscale: #444444. Windows color (decimal): -10470114 or 1981792. OLE color: 1981792.

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

Color convert

RGB 96 61 30 -
CMYK 0 0.36 0.69 0.62
HSL 28.18º 0.52% 0.25% -
HSV(B) 28.18º 0.69% 0.38% -
XYZ 6.73 5.92 2.02 -
YUV 67.93 106.6 148.02 -
System Red Green Blue C M Y K H S L
Decimal 96 61 30 0 0.36 0.69 0.62 28.18 0.52 0.25
Hex 60 3D 1E 0 24 45 3E 1C 34 19
Octal 140 75 36 0 44 105 76 34 64 31
Binary 1100000 111101 11110 0 100100 1000101 111110 11100 110100 11001

Color Harmonies of #603D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D1E

Black with #603D1E

Text Example


Text Example

White with #603D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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