#68260B

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

Shades of Baker's Chocolate #68260B

Tints of Baker's Chocolate #68260B

Color information

#68260B (or 0x68260B) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 26 and 0B. RGB value is (104,38,11). Sum of RGB (Red+Green+Blue) = 104+38+11=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #68260B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68260B is #97D9F4. Grayscale: #363636. Windows color (decimal): -9951733 or 730728. OLE color: 730728.

HSL color Cylindrical-coordinate representation of color #68260B: hue angle of 17.42º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68260B is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB1043811-
CMYK00.630.890.59
HSL17.42º80.87%22.55%-
HSV(B)17.42º89.42%40.78%-
XYZ6.464.350.82-
YUV54.66103.37163.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.97%
GREEN value IS 38 (15.23% from 255) = 24.84%
BLUE value IS 11 (4.69% from 255) = 7.19%
R=67.97%
G=24.84%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104381100.630.890.5917.4280.8722.55
Hex6826B03F593B115117
Octal1504613077131732112127
Binary110100010011010110111111101100111101110001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68260B; }

 p { color: rgb(104,38,11); }

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

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

 a { background-color: rgb(104,38,11); }

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

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

 span { border-color: rgb(104,38,11); }

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