#6A370E

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

Shades of Baker's Chocolate #6A370E

Tints of Baker's Chocolate #6A370E

Color information

#6A370E (or 0x6A370E) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 37 and 0E. RGB value is (106,55,14). Sum of RGB (Red+Green+Blue) = 106+55+14=175 (23% of max value = 765). Red value is 106 (41.80% from 255 or 60.57% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 106 - color contains mainly: red. Hex color #6A370E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A370E is #95C8F1. Grayscale: #414141. Windows color (decimal): -9816306 or 931690. OLE color: 931690.

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

Color convert

RGB1065514-
CMYK00.480.870.58
HSL26.74º76.67%23.53%-
HSV(B)26.74º86.79%41.57%-
XYZ7.395.831.15-
YUV65.5898.9156.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 60.57%
GREEN value IS 55 (21.88% from 255) = 31.43%
BLUE value IS 14 (5.86% from 255) = 8%
R=60.57%
G=31.43%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.87
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106551400.480.870.5826.7476.6723.53
Hex6A37E030573A1b4d18
Octal1526716060127723311530
Binary110101011011111100110000101011111101011011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A370E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,55,14); }

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

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

 a { background-color: rgb(106,55,14); }

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

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

 span { border-color: rgb(106,55,14); }

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