#692913

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

Shades of Baker's Chocolate #692913

Tints of Baker's Chocolate #692913

Color information

#692913 (or 0x692913) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 29 and 13. RGB value is (105,41,19). Sum of RGB (Red+Green+Blue) = 105+41+19=165 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.64% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 105 - color contains mainly: red. Hex color #692913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692913 is #96D6EC. Grayscale: #393939. Windows color (decimal): -9885421 or 1255785. OLE color: 1255785.

HSL color Cylindrical-coordinate representation of color #692913: hue angle of 15.35º 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 #692913 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB1054119-
CMYK00.610.820.59
HSL15.35º69.35%24.31%-
HSV(B)15.35º81.9%41.18%-
XYZ6.744.641.16-
YUV57.63106.2161.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 63.64%
GREEN value IS 41 (16.41% from 255) = 24.85%
BLUE value IS 19 (7.81% from 255) = 11.52%
R=63.64%
G=24.85%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105411900.610.820.5915.3569.3524.31
Hex69291303D523Bf4518
Octal1515123075122731710530
Binary110100110100110011011110110100101110111111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692913; }

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

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

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

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

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

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

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

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