#68250B

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

Shades of Baker's Chocolate #68250B

Tints of Baker's Chocolate #68250B

Color information

#68250B (or 0x68250B) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 25 and 0B. RGB value is (104,37,11). Sum of RGB (Red+Green+Blue) = 104+37+11=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #68250B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68250B is #97DAF4. Grayscale: #363636. Windows color (decimal): -9951989 or 730472. OLE color: 730472.

HSL color Cylindrical-coordinate representation of color #68250B: hue angle of 16.77º 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 #68250B is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB1043711-
CMYK00.640.890.59
HSL16.77º80.87%22.55%-
HSV(B)16.77º89.42%40.78%-
XYZ6.434.290.81-
YUV54.07103.7163.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.42%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 11 (4.69% from 255) = 7.24%
R=68.42%
G=24.34%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104371100.640.890.5916.7780.8722.55
Hex6825B040593B115117
Octal15045130100131732112127
Binary1101000100101101101000000101100111101110001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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