#6A300C

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

Shades of Baker's Chocolate #6A300C

Tints of Baker's Chocolate #6A300C

Color information

#6A300C (or 0x6A300C) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 30 and 0C. RGB value is (106,48,12). Sum of RGB (Red+Green+Blue) = 106+48+12=166 (21% of max value = 765). Red value is 106 (41.80% from 255 or 63.86% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 106 - color contains mainly: red. Hex color #6A300C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A300C is #95CFF3. Grayscale: #3D3D3D. Windows color (decimal): -9818100 or 798826. OLE color: 798826.

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

Color convert

RGB1064812-
CMYK00.550.890.58
HSL22.98º79.66%23.14%-
HSV(B)22.98º88.68%41.57%-
XYZ7.075.20.98-
YUV61.24100.22159.93-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 63.86%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 12 (5.08% from 255) = 7.23%
R=63.86%
G=28.92%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106481200.550.890.5822.9879.6623.14
Hex6A30C037593A175017
Octal1526014067131722712027
Binary110101011000011000110111101100111101010111101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,48,12); }

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

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

 a { background-color: rgb(106,48,12); }

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

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

 span { border-color: rgb(106,48,12); }

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