#6A330A

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

Shades of Baker's Chocolate #6A330A

Tints of Baker's Chocolate #6A330A

Color information

#6A330A (or 0x6A330A) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 33 and 0A. RGB value is (106,51,10). Sum of RGB (Red+Green+Blue) = 106+51+10=167 (22% of max value = 765). Red value is 106 (41.80% from 255 or 63.47% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 106 - color contains mainly: red. Hex color #6A330A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A330A is #95CCF5. Grayscale: #3E3E3E. Windows color (decimal): -9817334 or 668522. OLE color: 668522.

HSL color Cylindrical-coordinate representation of color #6A330A: hue angle of 25.62º 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 #6A330A is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.58.

Color convert

RGB1065110-
CMYK00.520.910.58
HSL25.62º82.76%22.75%-
HSV(B)25.62º90.57%41.57%-
XYZ7.185.450.96-
YUV62.7798.22158.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 63.47%
GREEN value IS 51 (20.31% from 255) = 30.54%
BLUE value IS 10 (4.30% from 255) = 5.99%
R=63.47%
G=30.54%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106511000.520.910.5825.6282.7622.75
Hex6A33A0345B3A1a5317
Octal1526312064133723212327
Binary110101011001110100110100101101111101011010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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