#6A2610

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

Shades of Baker's Chocolate #6A2610

Tints of Baker's Chocolate #6A2610

Color information

#6A2610 (or 0x6A2610) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 26 and 10. RGB value is (106,38,16). Sum of RGB (Red+Green+Blue) = 106+38+16=160 (21% of max value = 765). Red value is 106 (41.80% from 255 or 66.25% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2610 is #95D9EF. Grayscale: #373737. Windows color (decimal): -9820656 or 1058410. OLE color: 1058410.

HSL color Cylindrical-coordinate representation of color #6A2610: hue angle of 14.67º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A2610 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB1063816-
CMYK00.640.850.58
HSL14.67º73.77%23.92%-
HSV(B)14.67º84.91%41.57%-
XYZ6.734.491-
YUV55.82105.53163.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 66.25%
GREEN value IS 38 (15.23% from 255) = 23.75%
BLUE value IS 16 (6.64% from 255) = 10%
R=66.25%
G=23.75%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106381600.640.850.5814.6773.7723.92
Hex6A2610040553Af4a18
Octal15246200100125721711230
Binary1101010100110100000100000010101011110101111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,38,16); }

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

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

 a { background-color: rgb(106,38,16); }

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

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

 span { border-color: rgb(106,38,16); }

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