#683311

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

Shades of Baker's Chocolate #683311

Tints of Baker's Chocolate #683311

Color information

#683311 (or 0x683311) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 33 and 11. RGB value is (104,51,17). Sum of RGB (Red+Green+Blue) = 104+51+17=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #683311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683311 is #97CCEE. Grayscale: #3F3F3F. Windows color (decimal): -9948399 or 1127272. OLE color: 1127272.

HSL color Cylindrical-coordinate representation of color #683311: hue angle of 23.45º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #683311 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB1045117-
CMYK00.510.840.59
HSL23.45º71.9%23.73%-
HSV(B)23.45º83.65%40.78%-
XYZ6.995.351.19-
YUV62.97102.06157.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.47%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 17 (7.03% from 255) = 9.88%
R=60.47%
G=29.65%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104511700.510.840.5923.4571.923.73
Hex683311033543B174818
Octal1506321063124732711030
Binary1101000110011100010110011101010011101110111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683311; }

 p { color: rgb(104,51,17); }

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

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

 a { background-color: rgb(104,51,17); }

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

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

 span { border-color: rgb(104,51,17); }

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