#683718

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

Shades of Baker's Chocolate #683718

Tints of Baker's Chocolate #683718

Color information

#683718 (or 0x683718) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 37 and 18. RGB value is (104,55,24). Sum of RGB (Red+Green+Blue) = 104+55+24=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #683718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683718 is #97C8E7. Grayscale: #424242. Windows color (decimal): -9947368 or 1587048. OLE color: 1587048.

HSL color Cylindrical-coordinate representation of color #683718: hue angle of 23.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #683718 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB1045524-
CMYK00.470.770.59
HSL23.25º62.5%25.1%-
HSV(B)23.25º76.92%40.78%-
XYZ7.245.741.59-
YUV66.12104.23155.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.83%
GREEN value IS 55 (21.88% from 255) = 30.05%
BLUE value IS 24 (9.77% from 255) = 13.11%
R=56.83%
G=30.05%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104552400.470.770.5923.2562.525.1
Hex68371802F4D3B173e19
Octal150673005711573277631
Binary110100011011111000010111110011011110111011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683718; }

 p { color: rgb(104,55,24); }

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

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

 a { background-color: rgb(104,55,24); }

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

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

 span { border-color: rgb(104,55,24); }

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