#6A290A

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

Shades of Baker's Chocolate #6A290A

Tints of Baker's Chocolate #6A290A

Color information

#6A290A (or 0x6A290A) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 29 and 0A. RGB value is (106,41,10). Sum of RGB (Red+Green+Blue) = 106+41+10=157 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.52% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 106 - color contains mainly: red. Hex color #6A290A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A290A is #95D6F5. Grayscale: #393939. Windows color (decimal): -9819894 or 665962. OLE color: 665962.

HSL color Cylindrical-coordinate representation of color #6A290A: hue angle of 19.38º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A290A is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.58.

Color convert

RGB1064110-
CMYK00.610.910.58
HSL19.38º82.76%22.75%-
HSV(B)19.38º90.57%41.57%-
XYZ6.794.670.83-
YUV56.9101.53163.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 67.52%
GREEN value IS 41 (16.41% from 255) = 26.11%
BLUE value IS 10 (4.30% from 255) = 6.37%
R=67.52%
G=26.11%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106411000.610.910.5819.3882.7622.75
Hex6A29A03D5B3A135317
Octal1525112075133722312327
Binary110101010100110100111101101101111101010011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A290A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A290A; }

 p { color: rgb(106,41,10); }

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

<style>
 a { background-color: #6A290A; }

 a { background-color: rgb(106,41,10); }

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

<style>
 span { border-color: #6A290A; }

 span { border-color: rgb(106,41,10); }

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