#691f04

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

Shades of Baker's Chocolate #691F04

Tints of Baker's Chocolate #691F04

Color information

#691F04 (or 0x691F04) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 1F and 04. RGB value is (105,31,4). Sum of RGB (Red+Green+Blue) = 105+31+4=140 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 105 - color contains mainly: red. Hex color #691F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691F04 is #96E0FB. Grayscale: #323232. Windows color (decimal): -9887996 or 270185. OLE color: 270185.

HSL color Cylindrical-coordinate representation of color #691F04: hue angle of 16.04º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #691F04 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB105314-
CMYK00.700.960.59
HSL16.04º92.66%21.37%-
HSV(B)16.04º96.19%41.18%-
XYZ6.343.990.55-
YUV50.05102.02167.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 75%
GREEN value IS 31 (12.5% from 255) = 22.14%
BLUE value IS 4 (1.95% from 255) = 2.86%
R=75%
G=22.14%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10531400.700.960.5916.0492.6621.37
Hex691F4046603B105d15
Octal1513740106140732013525
Binary11010011111110001000110110000011101110000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691f04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691f04; }

 p { color: rgb(105,31,4); }

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

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

 a { background-color: rgb(105,31,4); }

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

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

 span { border-color: rgb(105,31,4); }

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