#683807

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

Shades of Baker's Chocolate #683807

Tints of Baker's Chocolate #683807

Color information

#683807 (or 0x683807) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 38 and 07. RGB value is (104,56,7). Sum of RGB (Red+Green+Blue) = 104+56+7=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 7 (3.12% from 255 or 4.19% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #683807 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683807 is #97C7F8. Grayscale: #414141. Windows color (decimal): -9947129 or 473192. OLE color: 473192.

HSL color Cylindrical-coordinate representation of color #683807: hue angle of 30.31º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #683807 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB104567-
CMYK00.460.930.59
HSL30.31º87.39%21.76%-
HSV(B)30.31º93.27%40.78%-
XYZ7.165.790.94-
YUV64.7795.4155.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 62.28%
GREEN value IS 56 (22.27% from 255) = 33.53%
BLUE value IS 7 (3.12% from 255) = 4.19%
R=62.28%
G=33.53%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10456700.460.930.5930.3187.3921.76
Hex6838702E5D3B1e5716
Octal150707056135733612726
Binary11010001110001110101110101110111101111110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683807; }

 p { color: rgb(104,56,7); }

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

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

 a { background-color: rgb(104,56,7); }

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

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

 span { border-color: rgb(104,56,7); }

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