#693913

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

Shades of Baker's Chocolate #693913

Tints of Baker's Chocolate #693913

Color information

#693913 (or 0x693913) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 39 and 13. RGB value is (105,57,19). Sum of RGB (Red+Green+Blue) = 105+57+19=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #693913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693913 is #96C6EC. Grayscale: #434343. Windows color (decimal): -9881325 or 1259881. OLE color: 1259881.

HSL color Cylindrical-coordinate representation of color #693913: hue angle of 26.51º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #693913 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB1055719-
CMYK00.460.820.59
HSL26.51º69.35%24.31%-
HSV(B)26.51º81.9%41.18%-
XYZ7.415.981.38-
YUV67.02100.9155.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.01%
GREEN value IS 57 (22.66% from 255) = 31.49%
BLUE value IS 19 (7.81% from 255) = 10.50%
R=58.01%
G=31.49%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105571900.460.820.5926.5169.3524.31
Hex69391302E523B1b4518
Octal1517123056122733310530
Binary1101001111001100110101110101001011101111011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693913; }

 p { color: rgb(105,57,19); }

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

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

 a { background-color: rgb(105,57,19); }

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

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

 span { border-color: rgb(105,57,19); }

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