#683615

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

Shades of Baker's Chocolate #683615

Tints of Baker's Chocolate #683615

Color information

#683615 (or 0x683615) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 36 and 15. RGB value is (104,54,21). Sum of RGB (Red+Green+Blue) = 104+54+21=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #683615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683615 is #97C9EA. Grayscale: #414141. Windows color (decimal): -9947627 or 1390184. OLE color: 1390184.

HSL color Cylindrical-coordinate representation of color #683615: hue angle of 23.86º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #683615 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB1045421-
CMYK00.480.800.59
HSL23.86º66.4%24.51%-
HSV(B)23.86º79.81%40.78%-
XYZ7.165.641.42-
YUV65.19103.06155.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.10%
GREEN value IS 54 (21.48% from 255) = 30.17%
BLUE value IS 21 (8.59% from 255) = 11.73%
R=58.10%
G=30.17%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104542100.480.800.5923.8666.424.51
Hex683615030503B184219
Octal1506625060120733010231
Binary1101000110110101010110000101000011101111000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683615; }

 p { color: rgb(104,54,21); }

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

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

 a { background-color: rgb(104,54,21); }

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

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

 span { border-color: rgb(104,54,21); }

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