#683005

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

Shades of Baker's Chocolate #683005

Tints of Baker's Chocolate #683005

Color information

#683005 (or 0x683005) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 30 and 05. RGB value is (104,48,5). Sum of RGB (Red+Green+Blue) = 104+48+5=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #683005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683005 is #97CFFA. Grayscale: #3C3C3C. Windows color (decimal): -9949179 or 340072. OLE color: 340072.

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

Color convert

RGB104485-
CMYK00.540.950.59
HSL26.06º90.83%21.37%-
HSV(B)26.06º95.19%40.78%-
XYZ6.795.070.76-
YUV59.8497.05159.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.24%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 5 (2.34% from 255) = 3.18%
R=66.24%
G=30.57%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10448500.540.950.5926.0690.8321.37
Hex683050365F3B1a5b15
Octal150605066137733213325
Binary11010001100001010110110101111111101111010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683005; }

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

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

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

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

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

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

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

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