#603311

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

Shades of Baker's Chocolate #603311

Tints of Baker's Chocolate #603311

Color information

#603311 (or 0x603311) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 33 and 11. RGB value is (96,51,17). Sum of RGB (Red+Green+Blue) = 96+51+17=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #603311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603311 is #9FCCEE. Grayscale: #3C3C3C. Windows color (decimal): -10472687 or 1127264. OLE color: 1127264.

HSL color Cylindrical-coordinate representation of color #603311: hue angle of 25.82º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #603311 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB965117-
CMYK00.470.820.62
HSL25.82º69.91%22.16%-
HSV(B)25.82º82.29%37.65%-
XYZ6.114.891.15-
YUV60.58103.41153.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.54%
GREEN value IS 51 (20.31% from 255) = 31.10%
BLUE value IS 17 (7.03% from 255) = 10.37%
R=58.54%
G=31.10%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96511700.470.820.6225.8269.9122.16
Hex60331102F523E1a4616
Octal1406321057122763210626
Binary1100000110011100010101111101001011111011010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603311; }

 p { color: rgb(96,51,17); }

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

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

 a { background-color: rgb(96,51,17); }

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

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

 span { border-color: rgb(96,51,17); }

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