#682913

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

Shades of Baker's Chocolate #682913

Tints of Baker's Chocolate #682913

Color information

#682913 (or 0x682913) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 29 and 13. RGB value is (104,41,19). Sum of RGB (Red+Green+Blue) = 104+41+19=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #682913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682913 is #97D6EC. Grayscale: #393939. Windows color (decimal): -9950957 or 1255784. OLE color: 1255784.

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

Color convert

RGB1044119-
CMYK00.610.820.59
HSL15.53º69.11%24.12%-
HSV(B)15.53º81.73%40.78%-
XYZ6.624.581.15-
YUV57.33106.37161.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.41%
GREEN value IS 41 (16.41% from 255) = 25%
BLUE value IS 19 (7.81% from 255) = 11.59%
R=63.41%
G=25%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104411900.610.820.5915.5369.1124.12
Hex68291303D523B104518
Octal1505123075122732010530
Binary1101000101001100110111101101001011101110000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682913; }

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

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

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

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

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

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

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

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