Html Css Color HEX #603E10 Dark Brown

📋 copy color: '#603E10'

red 96 ◦ green 62 ◦ blue 16

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

Shades of Dark Brown #603E10

Tints of Dark Brown #603E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.2%

R = 55.17%
G = 35.63%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#603E10 (or 0x603E10) is known color: Dark Brown. HEX triplet: 60, 3E and 10. RGB value is (96,62,16). Sum of RGB (Red+Green+Blue) = 96+62+16=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #603E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603E10 is #9FC1EF. Grayscale: #434343. Windows color (decimal): -10469872 or 1064544. OLE color: 1064544.

HSL color Cylindrical-coordinate representation of color #603E10: hue angle of 34.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #603E10 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 62 16 -
CMYK 0 0.35 0.83 0.62
HSL 34.5º 0.71% 0.22% -
HSV(B) 34.5º 0.83% 0.38% -
XYZ 6.64 5.97 1.29 -
YUV 66.92 99.26 148.74 -
System Red Green Blue C M Y K H S L
Decimal 96 62 16 0 0.35 0.83 0.62 34.5 0.71 0.22
Hex 60 3E 10 0 23 53 3E 22 47 16
Octal 140 76 20 0 43 123 76 42 107 26
Binary 1100000 111110 10000 0 100011 1010011 111110 100010 1000111 10110

Color Harmonies of #603E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603E10

Black with #603E10

Text Example


Text Example

White with #603E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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