#683805

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

Shades of Baker's Chocolate #683805

Tints of Baker's Chocolate #683805

Color information

#683805 (or 0x683805) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 38 and 05. RGB value is (104,56,5). Sum of RGB (Red+Green+Blue) = 104+56+5=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #683805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683805 is #97C7FA. Grayscale: #404040. Windows color (decimal): -9947131 or 342120. OLE color: 342120.

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

Color convert

RGB104565-
CMYK00.460.950.59
HSL30.91º90.83%21.37%-
HSV(B)30.91º95.19%40.78%-
XYZ7.155.780.88-
YUV64.5494.4156.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.03%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 5 (2.34% from 255) = 3.03%
R=63.03%
G=33.94%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10456500.460.950.5930.9190.8321.37
Hex6838502E5F3B1f5b15
Octal150705056137733713325
Binary11010001110001010101110101111111101111111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683805; }

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

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

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

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

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

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

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

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