#691E01

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

Shades of Baker's Chocolate #691E01

Tints of Baker's Chocolate #691E01

Color information

#691E01 (or 0x691E01) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 1E and 01. RGB value is (105,30,1). Sum of RGB (Red+Green+Blue) = 105+30+1=136 (18% of max value = 765). Red value is 105 (41.41% from 255 or 77.21% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 105 - color contains mainly: red. Hex color #691E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691E01 is #96E1FE. Grayscale: #313131. Windows color (decimal): -9888255 or 73321. OLE color: 73321.

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

Color convert

RGB105301-
CMYK00.710.990.59
HSL16.73º98.11%20.78%-
HSV(B)16.73º99.05%41.18%-
XYZ6.33.930.46-
YUV49.12100.85167.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 77.21%
GREEN value IS 30 (12.11% from 255) = 22.06%
BLUE value IS 1 (0.78% from 255) = 0.74%
R=77.21%
G=22.06%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10530100.710.990.5916.7398.1120.78
Hex691E1047633B116215
Octal1513610107143732114225
Binary110100111110101000111110001111101110001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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