#603B1B

Color #603B1B Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #603B1B

Tints of Baker's Chocolate #603B1B

Color information

#603B1B (or 0x603B1B) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 3B and 1B. RGB value is (96,59,27). Sum of RGB (Red+Green+Blue) = 96+59+27=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #603B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603B1B is #9FC4E4. Grayscale: #424242. Windows color (decimal): -10470629 or 1784672. OLE color: 1784672.

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

Color convert

RGB965927-
CMYK00.390.720.62
HSL27.83º56.1%24.12%-
HSV(B)27.83º71.88%37.65%-
XYZ6.595.691.79-
YUV66.41105.76149.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.75%
GREEN value IS 59 (23.44% from 255) = 32.42%
BLUE value IS 27 (10.94% from 255) = 14.84%
R=52.75%
G=32.42%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96592700.390.720.6227.8356.124.12
Hex603B1B027483E1c3818
Octal140733304711076347030
Binary110000011101111011010011110010001111101110011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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