Html Css Color HEX #603F0F Dark Brown

📋 copy color: '#603F0F'

red 96 ◦ green 63 ◦ blue 15

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

Shades of Dark Brown #603F0F

Tints of Dark Brown #603F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.62%

R = 55.17%
G = 36.21%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#603F0F (or 0x603F0F) is known color: Dark Brown. HEX triplet: 60, 3F and 0F. RGB value is (96,63,15). Sum of RGB (Red+Green+Blue) = 96+63+15=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #603F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603F0F is #9FC0F0. Grayscale: #434343. Windows color (decimal): -10469617 or 999264. OLE color: 999264.

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

Color convert

RGB 96 63 15 -
CMYK 0 0.34 0.84 0.62
HSL 35.56º 0.73% 0.22% -
HSV(B) 35.56º 0.84% 0.38% -
XYZ 6.69 6.08 1.27 -
YUV 67.4 98.43 148.4 -
System Red Green Blue C M Y K H S L
Decimal 96 63 15 0 0.34 0.84 0.62 35.56 0.73 0.22
Hex 60 3F F 0 22 54 3E 24 49 16
Octal 140 77 17 0 42 124 76 44 111 26
Binary 1100000 111111 1111 0 100010 1010100 111110 100100 1001001 10110

Color Harmonies of #603F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603F0F

Black with #603F0F

Text Example


Text Example

White with #603F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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