#6E3405

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

Shades of Baker's Chocolate #6E3405

Tints of Baker's Chocolate #6E3405

Color information

#6E3405 (or 0x6E3405) is unknown color: approx Baker's Chocolate. HEX triplet: 6E, 34 and 05. RGB value is (110,52,5). Sum of RGB (Red+Green+Blue) = 110+52+5=167 (22% of max value = 765). Red value is 110 (43.36% from 255 or 65.87% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E3405 is #91CBFA. Grayscale: #404040. Windows color (decimal): -9554939 or 341102. OLE color: 341102.

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

Color convert

RGB110525-
CMYK00.530.950.57
HSL26.86º91.3%22.55%-
HSV(B)26.86º95.45%43.14%-
XYZ7.695.780.85-
YUV63.9894.72160.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 65.87%
GREEN value IS 52 (20.70% from 255) = 31.14%
BLUE value IS 5 (2.34% from 255) = 2.99%
R=65.87%
G=31.14%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.95
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11052500.530.950.5726.8691.322.55
Hex6E3450355F391b5b17
Octal156645065137713313327
Binary11011101101001010110101101111111100111011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,52,5); }

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

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

 a { background-color: rgb(110,52,5); }

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

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

 span { border-color: rgb(110,52,5); }

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