#683A0F

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

Shades of Baker's Chocolate #683A0F

Tints of Baker's Chocolate #683A0F

Color information

#683A0F (or 0x683A0F) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 3A and 0F. RGB value is (104,58,15). Sum of RGB (Red+Green+Blue) = 104+58+15=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #683A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683A0F is #97C5F0. Grayscale: #434343. Windows color (decimal): -9946609 or 997992. OLE color: 997992.

HSL color Cylindrical-coordinate representation of color #683A0F: hue angle of 28.99º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #683A0F is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB1045815-
CMYK00.440.860.59
HSL28.99º74.79%23.33%-
HSV(B)28.99º85.58%40.78%-
XYZ7.3161.23-
YUV66.8598.74154.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.76%
GREEN value IS 58 (23.05% from 255) = 32.77%
BLUE value IS 15 (6.25% from 255) = 8.47%
R=58.76%
G=32.77%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104581500.440.860.5928.9974.7923.33
Hex683AF02C563B1d4b17
Octal1507217054126733511327
Binary110100011101011110101100101011011101111101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683A0F; }

 p { color: rgb(104,58,15); }

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

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

 a { background-color: rgb(104,58,15); }

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

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

 span { border-color: rgb(104,58,15); }

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