#6E2509

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

Shades of Baker's Chocolate #6E2509

Tints of Baker's Chocolate #6E2509

Color information

#6E2509 (or 0x6E2509) is unknown color: approx Baker's Chocolate. HEX triplet: 6E, 25 and 09. RGB value is (110,37,9). Sum of RGB (Red+Green+Blue) = 110+37+9=156 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.51% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2509 is #91DAF6. Grayscale: #373737. Windows color (decimal): -9558775 or 599406. OLE color: 599406.

HSL color Cylindrical-coordinate representation of color #6E2509: hue angle of 16.63º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E2509 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.57.

Color convert

RGB110379-
CMYK00.660.920.57
HSL16.63º84.87%23.33%-
HSV(B)16.63º91.82%43.14%-
XYZ7.144.660.78-
YUV55.64101.68166.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 70.51%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 9 (3.91% from 255) = 5.77%
R=70.51%
G=23.72%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11037900.660.920.5716.6384.8723.33
Hex6E2590425C39115517
Octal15645110102134712112527
Binary1101110100101100101000010101110011100110001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,37,9); }

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

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

 a { background-color: rgb(110,37,9); }

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

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

 span { border-color: rgb(110,37,9); }

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