#682400

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

Shades of Baker's Chocolate #682400

Tints of Baker's Chocolate #682400

Color information

#682400 (or 0x682400) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 24 and 00. RGB value is (104,36,0). Sum of RGB (Red+Green+Blue) = 104+36+0=140 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.29% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 104 - color contains mainly: red. Hex color #682400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682400 is #97DBFF. Grayscale: #343434. Windows color (decimal): -9952256 or 9320. OLE color: 9320.

HSL color Cylindrical-coordinate representation of color #682400: hue angle of 20.77º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #682400 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB104360-
CMYK00.6510.59
HSL20.77º100%20.39%-
HSV(B)20.77º100%40.78%-
XYZ6.344.20.48-
YUV52.2398.53164.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 74.29%
GREEN value IS 36 (14.45% from 255) = 25.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.29%
G=25.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10436000.6510.5920.7710020.39
Hex68240041643B156414
Octal1504400101144732514424
Binary1101000100100001000001110010011101110101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682400; }

 p { color: rgb(104,36,0); }

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

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

 a { background-color: rgb(104,36,0); }

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

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

 span { border-color: rgb(104,36,0); }

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