#683715

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

Shades of Baker's Chocolate #683715

Tints of Baker's Chocolate #683715

Color information

#683715 (or 0x683715) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 37 and 15. RGB value is (104,55,21). Sum of RGB (Red+Green+Blue) = 104+55+21=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #683715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683715 is #97C8EA. Grayscale: #414141. Windows color (decimal): -9947371 or 1390440. OLE color: 1390440.

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

Color convert

RGB1045521-
CMYK00.470.800.59
HSL24.58º66.4%24.51%-
HSV(B)24.58º79.81%40.78%-
XYZ7.215.731.44-
YUV65.78102.73155.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.78%
GREEN value IS 55 (21.88% from 255) = 30.56%
BLUE value IS 21 (8.59% from 255) = 11.67%
R=57.78%
G=30.56%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104552100.470.800.5924.5866.424.51
Hex68371502F503B194219
Octal1506725057120733110231
Binary1101000110111101010101111101000011101111001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683715; }

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

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

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

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

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

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

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

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