#683515

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

Shades of Baker's Chocolate #683515

Tints of Baker's Chocolate #683515

Color information

#683515 (or 0x683515) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 35 and 15. RGB value is (104,53,21). Sum of RGB (Red+Green+Blue) = 104+53+21=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #683515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683515 is #97CAEA. Grayscale: #404040. Windows color (decimal): -9947883 or 1389928. OLE color: 1389928.

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

Color convert

RGB1045321-
CMYK00.490.800.59
HSL23.13º66.4%24.51%-
HSV(B)23.13º79.81%40.78%-
XYZ7.125.541.4-
YUV64.6103.4156.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.43%
GREEN value IS 53 (21.09% from 255) = 29.78%
BLUE value IS 21 (8.59% from 255) = 11.80%
R=58.43%
G=29.78%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104532100.490.800.5923.1366.424.51
Hex683515031503B174219
Octal1506525061120732710231
Binary1101000110101101010110001101000011101110111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683515; }

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

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

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

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

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

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

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

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