#603B1E

Color #603B1E Carnaby Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnaby Tan #603B1E

Tints of Carnaby Tan #603B1E

Color information

#603B1E (or 0x603B1E) is unknown color: approx Carnaby Tan. HEX triplet: 60, 3B and 1E. RGB value is (96,59,30). Sum of RGB (Red+Green+Blue) = 96+59+30=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #603B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603B1E is #9FC4E1. Grayscale: #424242. Windows color (decimal): -10470626 or 1981280. OLE color: 1981280.

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

Color convert

RGB965930-
CMYK00.390.690.62
HSL26.36º52.38%24.71%-
HSV(B)26.36º68.75%37.65%-
XYZ6.625.711.98-
YUV66.76107.26148.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.89%
GREEN value IS 59 (23.44% from 255) = 31.89%
BLUE value IS 30 (12.11% from 255) = 16.22%
R=51.89%
G=31.89%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96593000.390.690.6226.3652.3824.71
Hex603B1E027453E1a3419
Octal140733604710576326431
Binary110000011101111110010011110001011111101101011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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