#683413

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

Shades of Baker's Chocolate #683413

Tints of Baker's Chocolate #683413

Color information

#683413 (or 0x683413) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 34 and 13. RGB value is (104,52,19). Sum of RGB (Red+Green+Blue) = 104+52+19=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #683413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683413 is #97CBEC. Grayscale: #3F3F3F. Windows color (decimal): -9948141 or 1258600. OLE color: 1258600.

HSL color Cylindrical-coordinate representation of color #683413: hue angle of 23.29º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #683413 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB1045219-
CMYK00.500.820.59
HSL23.29º69.11%24.12%-
HSV(B)23.29º81.73%40.78%-
XYZ7.055.451.3-
YUV63.79102.73156.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.43%
GREEN value IS 52 (20.70% from 255) = 29.71%
BLUE value IS 19 (7.81% from 255) = 10.86%
R=59.43%
G=29.71%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104521900.500.820.5923.2969.1124.12
Hex683413032523B174518
Octal1506423062122732710530
Binary1101000110100100110110010101001011101110111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683413; }

 p { color: rgb(104,52,19); }

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

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

 a { background-color: rgb(104,52,19); }

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

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

 span { border-color: rgb(104,52,19); }

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