#68250C

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

Shades of Baker's Chocolate #68250C

Tints of Baker's Chocolate #68250C

Color information

#68250C (or 0x68250C) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 25 and 0C. RGB value is (104,37,12). Sum of RGB (Red+Green+Blue) = 104+37+12=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #68250C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68250C is #97DAF3. Grayscale: #363636. Windows color (decimal): -9951988 or 796008. OLE color: 796008.

HSL color Cylindrical-coordinate representation of color #68250C: hue angle of 16.3º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68250C is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB1043712-
CMYK00.640.880.59
HSL16.3º79.31%22.75%-
HSV(B)16.3º88.46%40.78%-
XYZ6.444.290.84-
YUV54.18104.2163.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.97%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 12 (5.08% from 255) = 7.84%
R=67.97%
G=24.18%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104371200.640.880.5916.379.3122.75
Hex6825C040583B104f17
Octal15045140100130732011727
Binary1101000100101110001000000101100011101110000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68250C; }

 p { color: rgb(104,37,12); }

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

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

 a { background-color: rgb(104,37,12); }

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

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

 span { border-color: rgb(104,37,12); }

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