#691E04

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

Shades of Baker's Chocolate #691E04

Tints of Baker's Chocolate #691E04

Color information

#691E04 (or 0x691E04) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 1E and 04. RGB value is (105,30,4). Sum of RGB (Red+Green+Blue) = 105+30+4=139 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75.54% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 105 - color contains mainly: red. Hex color #691E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691E04 is #96E1FB. Grayscale: #313131. Windows color (decimal): -9888252 or 269929. OLE color: 269929.

HSL color Cylindrical-coordinate representation of color #691E04: hue angle of 15.45º 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 #691E04 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB105304-
CMYK00.710.960.59
HSL15.45º92.66%21.37%-
HSV(B)15.45º96.19%41.18%-
XYZ6.313.940.54-
YUV49.46102.35167.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 75.54%
GREEN value IS 30 (12.11% from 255) = 21.58%
BLUE value IS 4 (1.95% from 255) = 2.88%
R=75.54%
G=21.58%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10530400.710.960.5915.4592.6621.37
Hex691E4047603Bf5d15
Octal1513640107140731713525
Binary1101001111101000100011111000001110111111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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