#683215

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

Shades of Baker's Chocolate #683215

Tints of Baker's Chocolate #683215

Color information

#683215 (or 0x683215) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 32 and 15. RGB value is (104,50,21). Sum of RGB (Red+Green+Blue) = 104+50+21=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #683215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683215 is #97CDEA. Grayscale: #3F3F3F. Windows color (decimal): -9948651 or 1389160. OLE color: 1389160.

HSL color Cylindrical-coordinate representation of color #683215: hue angle of 20.96º 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 #683215 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB1045021-
CMYK00.520.800.59
HSL20.96º66.4%24.51%-
HSV(B)20.96º79.81%40.78%-
XYZ6.985.281.36-
YUV62.84104.39157.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.43%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 21 (8.59% from 255) = 12%
R=59.43%
G=28.57%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104502100.520.800.5920.9666.424.51
Hex683215034503B154219
Octal1506225064120732510231
Binary1101000110010101010110100101000011101110101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683215; }

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

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

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

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

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

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

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

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