#683405

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

Shades of Baker's Chocolate #683405

Tints of Baker's Chocolate #683405

Color information

#683405 (or 0x683405) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 34 and 05. RGB value is (104,52,5). Sum of RGB (Red+Green+Blue) = 104+52+5=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #683405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683405 is #97CBFA. Grayscale: #3E3E3E. Windows color (decimal): -9948155 or 341096. OLE color: 341096.

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

Color convert

RGB104525-
CMYK00.500.950.59
HSL28.48º90.83%21.37%-
HSV(B)28.48º95.19%40.78%-
XYZ6.965.410.82-
YUV62.1995.73157.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.60%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 5 (2.34% from 255) = 3.11%
R=64.60%
G=32.30%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10452500.500.950.5928.4890.8321.37
Hex683450325F3B1c5b15
Octal150645062137733413325
Binary11010001101001010110010101111111101111100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683405; }

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

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

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

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

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

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

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

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