#683114

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

Shades of Baker's Chocolate #683114

Tints of Baker's Chocolate #683114

Color information

#683114 (or 0x683114) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 31 and 14. RGB value is (104,49,20). Sum of RGB (Red+Green+Blue) = 104+49+20=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #683114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683114 is #97CEEB. Grayscale: #3E3E3E. Windows color (decimal): -9948908 or 1323368. OLE color: 1323368.

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

Color convert

RGB1044920-
CMYK00.530.810.59
HSL20.71º67.74%24.31%-
HSV(B)20.71º80.77%40.78%-
XYZ6.935.191.3-
YUV62.14104.22157.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.12%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 20 (8.20% from 255) = 11.56%
R=60.12%
G=28.32%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104492000.530.810.5920.7167.7424.31
Hex683114035513B154418
Octal1506124065121732510430
Binary1101000110001101000110101101000111101110101100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683114; }

 p { color: rgb(104,49,20); }

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

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

 a { background-color: rgb(104,49,20); }

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

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

 span { border-color: rgb(104,49,20); }

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