#68260A

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

Shades of Baker's Chocolate #68260A

Tints of Baker's Chocolate #68260A

Color information

#68260A (or 0x68260A) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 26 and 0A. RGB value is (104,38,10). Sum of RGB (Red+Green+Blue) = 104+38+10=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #68260A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68260A is #97D9F5. Grayscale: #363636. Windows color (decimal): -9951734 or 665192. OLE color: 665192.

HSL color Cylindrical-coordinate representation of color #68260A: hue angle of 17.87º 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 #68260A is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1043810-
CMYK00.630.900.59
HSL17.87º82.46%22.35%-
HSV(B)17.87º90.38%40.78%-
XYZ6.464.350.79-
YUV54.54102.87163.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.42%
GREEN value IS 38 (15.23% from 255) = 25%
BLUE value IS 10 (4.30% from 255) = 6.58%
R=68.42%
G=25%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104381000.630.900.5917.8782.4622.35
Hex6826A03F5A3B125216
Octal1504612077132732212226
Binary110100010011010100111111101101011101110010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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