#603106

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

Shades of Baker's Chocolate #603106

Tints of Baker's Chocolate #603106

Color information

#603106 (or 0x603106) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 31 and 06. RGB value is (96,49,6). Sum of RGB (Red+Green+Blue) = 96+49+6=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #603106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603106 is #9FCEF9. Grayscale: #3A3A3A. Windows color (decimal): -10473210 or 405856. OLE color: 405856.

HSL color Cylindrical-coordinate representation of color #603106: hue angle of 28.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #603106 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB96496-
CMYK00.490.940.62
HSL28.67º88.24%20%-
HSV(B)28.67º93.75%37.65%-
XYZ5.964.70.76-
YUV58.1598.57155-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 63.58%
GREEN value IS 49 (19.53% from 255) = 32.45%
BLUE value IS 6 (2.73% from 255) = 3.97%
R=63.58%
G=32.45%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9649600.490.940.6228.6788.2420
Hex603160315E3E1d5814
Octal140616061136763513024
Binary11000001100011100110001101111011111011101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603106; }

 p { color: rgb(96,49,6); }

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

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

 a { background-color: rgb(96,49,6); }

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

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

 span { border-color: rgb(96,49,6); }

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