#603A11

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

Shades of Baker's Chocolate #603A11

Tints of Baker's Chocolate #603A11

Color information

#603A11 (or 0x603A11) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 3A and 11. RGB value is (96,58,17). Sum of RGB (Red+Green+Blue) = 96+58+17=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #603A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603A11 is #9FC5EE. Grayscale: #404040. Windows color (decimal): -10470895 or 1129056. OLE color: 1129056.

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

Color convert

RGB965817-
CMYK00.400.820.62
HSL31.14º69.91%22.16%-
HSV(B)31.14º82.29%37.65%-
XYZ6.445.551.26-
YUV64.69101.09150.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.14%
GREEN value IS 58 (23.05% from 255) = 33.92%
BLUE value IS 17 (7.03% from 255) = 9.94%
R=56.14%
G=33.92%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96581700.400.820.6231.1469.9122.16
Hex603A11028523E1f4616
Octal1407221050122763710626
Binary1100000111010100010101000101001011111011111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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