#603F1A

Color #603F1A Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #603F1A

Tints of Dark Brown #603F1A

Color information

#603F1A (or 0x603F1A) is unknown color: approx Dark Brown. HEX triplet: 60, 3F and 1A. RGB value is (96,63,26). Sum of RGB (Red+Green+Blue) = 96+63+26=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #603F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F1A is #9FC0E5. Grayscale: #444444. Windows color (decimal): -10469606 or 1720160. OLE color: 1720160.

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

Color convert

RGB966326-
CMYK00.340.730.62
HSL31.71º57.38%23.92%-
HSV(B)31.71º72.92%37.65%-
XYZ6.796.121.8-
YUV68.65103.93147.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.89%
GREEN value IS 63 (25% from 255) = 34.05%
BLUE value IS 26 (10.55% from 255) = 14.05%
R=51.89%
G=34.05%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96632600.340.730.6231.7157.3823.92
Hex603F1A022493E203918
Octal140773204211176407130
Binary1100000111111110100100010100100111111010000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #603F1A;
 }
 .AnyTagClassName
 {
   color: #603F1A;
 }
</style>
background-color css

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

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

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

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

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

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