Html Css Color HEX #603E1E Dark Brown

📋 copy color: '#603E1E'

red 96 ◦ green 62 ◦ blue 30

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

Shades of Dark Brown #603E1E

Tints of Dark Brown #603E1E

RGB

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

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

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

R = 51.06%
G = 32.98%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#603E1E (or 0x603E1E) is known color: Dark Brown. HEX triplet: 60, 3E and 1E. RGB value is (96,62,30). Sum of RGB (Red+Green+Blue) = 96+62+30=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #603E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603E1E is #9FC1E1. Grayscale: #444444. Windows color (decimal): -10469858 or 1982048. OLE color: 1982048.

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

Color convert

RGB 96 62 30 -
CMYK 0 0.35 0.69 0.62
HSL 29.09º 0.52% 0.25% -
HSV(B) 29.09º 0.69% 0.38% -
XYZ 6.78 6.03 2.03 -
YUV 68.52 106.26 147.6 -
System Red Green Blue C M Y K H S L
Decimal 96 62 30 0 0.35 0.69 0.62 29.09 0.52 0.25
Hex 60 3E 1E 0 23 45 3E 1D 34 19
Octal 140 76 36 0 43 105 76 35 64 31
Binary 1100000 111110 11110 0 100011 1000101 111110 11101 110100 11001

Color Harmonies of #603E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603E1E

Black with #603E1E

Text Example


Text Example

White with #603E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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