#69230D

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

Shades of Baker's Chocolate #69230D

Tints of Baker's Chocolate #69230D

Color information

#69230D (or 0x69230D) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 23 and 0D. RGB value is (105,35,13). Sum of RGB (Red+Green+Blue) = 105+35+13=153 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.63% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 105 - color contains mainly: red. Hex color #69230D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69230D is #96DCF2. Grayscale: #353535. Windows color (decimal): -9886963 or 861033. OLE color: 861033.

HSL color Cylindrical-coordinate representation of color #69230D: hue angle of 14.35º 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 #69230D is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB1053513-
CMYK00.670.880.59
HSL14.35º77.97%23.14%-
HSV(B)14.35º87.62%41.18%-
XYZ6.54.230.86-
YUV53.42105.19164.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 68.63%
GREEN value IS 35 (14.06% from 255) = 22.88%
BLUE value IS 13 (5.47% from 255) = 8.50%
R=68.63%
G=22.88%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105351300.670.880.5914.3577.9723.14
Hex6923D043583Be4e17
Octal15143150103130731611627
Binary110100110001111010100001110110001110111110100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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