#603D11

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

Shades of Baker's Chocolate #603D11

Tints of Baker's Chocolate #603D11

Color information

#603D11 (or 0x603D11) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 3D and 11. RGB value is (96,61,17). Sum of RGB (Red+Green+Blue) = 96+61+17=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #603D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603D11 is #9FC2EE. Grayscale: #424242. Windows color (decimal): -10470127 or 1129824. OLE color: 1129824.

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

Color convert

RGB966117-
CMYK00.360.820.62
HSL33.42º69.91%22.16%-
HSV(B)33.42º82.29%37.65%-
XYZ6.595.861.31-
YUV66.45100.1149.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.17%
GREEN value IS 61 (24.22% from 255) = 35.06%
BLUE value IS 17 (7.03% from 255) = 9.77%
R=55.17%
G=35.06%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96611700.360.820.6233.4269.9122.16
Hex603D11024523E214616
Octal1407521044122764110626
Binary11000001111011000101001001010010111110100001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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