#68250A

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

Shades of Baker's Chocolate #68250A

Tints of Baker's Chocolate #68250A

Color information

#68250A (or 0x68250A) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 25 and 0A. RGB value is (104,37,10). Sum of RGB (Red+Green+Blue) = 104+37+10=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #68250A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68250A is #97DAF5. Grayscale: #363636. Windows color (decimal): -9951990 or 664936. OLE color: 664936.

HSL color Cylindrical-coordinate representation of color #68250A: hue angle of 17.23º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68250A is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1043710-
CMYK00.640.900.59
HSL17.23º82.46%22.35%-
HSV(B)17.23º90.38%40.78%-
XYZ6.434.290.78-
YUV53.96103.2163.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.87%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 10 (4.30% from 255) = 6.62%
R=68.87%
G=24.50%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104371000.640.900.5917.2382.4622.35
Hex6825A0405A3B115216
Octal15045120100132732112226
Binary1101000100101101001000000101101011101110001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68250A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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