#69380E

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

Shades of Baker's Chocolate #69380E

Tints of Baker's Chocolate #69380E

Color information

#69380E (or 0x69380E) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 38 and 0E. RGB value is (105,56,14). Sum of RGB (Red+Green+Blue) = 105+56+14=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #69380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69380E is #96C7F1. Grayscale: #424242. Windows color (decimal): -9881586 or 931945. OLE color: 931945.

HSL color Cylindrical-coordinate representation of color #69380E: hue angle of 27.69º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #69380E is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB1055614-
CMYK00.470.870.59
HSL27.69º76.47%23.33%-
HSV(B)27.69º86.67%41.18%-
XYZ7.325.861.16-
YUV65.8698.73155.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 60%
GREEN value IS 56 (22.27% from 255) = 32%
BLUE value IS 14 (5.86% from 255) = 8%
R=60%
G=32%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105561400.470.870.5927.6976.4723.33
Hex6938E02F573B1c4c17
Octal1517016057127733411427
Binary110100111100011100101111101011111101111100100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69380E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69380E; }

 p { color: rgb(105,56,14); }

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

<style>
 a { background-color: #69380E; }

 a { background-color: rgb(105,56,14); }

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

<style>
 span { border-color: #69380E; }

 span { border-color: rgb(105,56,14); }

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