#683415

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

Shades of Baker's Chocolate #683415

Tints of Baker's Chocolate #683415

Color information

#683415 (or 0x683415) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 34 and 15. RGB value is (104,52,21). Sum of RGB (Red+Green+Blue) = 104+52+21=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #683415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683415 is #97CBEA. Grayscale: #404040. Windows color (decimal): -9948139 or 1389672. OLE color: 1389672.

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

Color convert

RGB1045221-
CMYK00.500.800.59
HSL22.41º66.4%24.51%-
HSV(B)22.41º79.81%40.78%-
XYZ7.075.451.39-
YUV64.01103.73156.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.76%
GREEN value IS 52 (20.70% from 255) = 29.38%
BLUE value IS 21 (8.59% from 255) = 11.86%
R=58.76%
G=29.38%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104522100.500.800.5922.4166.424.51
Hex683415032503B164219
Octal1506425062120732610231
Binary1101000110100101010110010101000011101110110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683415; }

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

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

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

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

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

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

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

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