#69290D

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

Shades of Baker's Chocolate #69290D

Tints of Baker's Chocolate #69290D

Color information

#69290D (or 0x69290D) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 29 and 0D. RGB value is (105,41,13). Sum of RGB (Red+Green+Blue) = 105+41+13=159 (21% of max value = 765). Red value is 105 (41.41% from 255 or 66.04% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 105 - color contains mainly: red. Hex color #69290D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69290D is #96D6F2. Grayscale: #393939. Windows color (decimal): -9885427 or 862569. OLE color: 862569.

HSL color Cylindrical-coordinate representation of color #69290D: hue angle of 18.26º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #69290D is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB1054113-
CMYK00.610.880.59
HSL18.26º77.97%23.14%-
HSV(B)18.26º87.62%41.18%-
XYZ6.694.620.92-
YUV56.94103.2162.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 66.04%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 13 (5.47% from 255) = 8.18%
R=66.04%
G=25.79%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105411300.610.880.5918.2677.9723.14
Hex6929D03D583B124e17
Octal1515115075130732211627
Binary110100110100111010111101101100011101110010100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69290D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69290D; }

 p { color: rgb(105,41,13); }

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

<style>
 a { background-color: #69290D; }

 a { background-color: rgb(105,41,13); }

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

<style>
 span { border-color: #69290D; }

 span { border-color: rgb(105,41,13); }

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