#683613

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

Shades of Baker's Chocolate #683613

Tints of Baker's Chocolate #683613

Color information

#683613 (or 0x683613) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 36 and 13. RGB value is (104,54,19). Sum of RGB (Red+Green+Blue) = 104+54+19=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #683613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683613 is #97C9EC. Grayscale: #414141. Windows color (decimal): -9947629 or 1259112. OLE color: 1259112.

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

Color convert

RGB1045419-
CMYK00.480.820.59
HSL24.71º69.11%24.12%-
HSV(B)24.71º81.73%40.78%-
XYZ7.155.631.33-
YUV64.96102.06155.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.76%
GREEN value IS 54 (21.48% from 255) = 30.51%
BLUE value IS 19 (7.81% from 255) = 10.73%
R=58.76%
G=30.51%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104541900.480.820.5924.7169.1124.12
Hex683613030523B194518
Octal1506623060122733110530
Binary1101000110110100110110000101001011101111001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683613; }

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

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

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

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

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

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

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

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