#691E00

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

Shades of Baker's Chocolate #691E00

Tints of Baker's Chocolate #691E00

Color information

#691E00 (or 0x691E00) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 1E and 00. RGB value is (105,30,0). Sum of RGB (Red+Green+Blue) = 105+30+0=135 (17% of max value = 765). Red value is 105 (41.41% from 255 or 77.78% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 105 - color contains mainly: red. Hex color #691E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691E00 is #96E1FF. Grayscale: #313131. Windows color (decimal): -9888256 or 7785. OLE color: 7785.

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

Color convert

RGB105300-
CMYK00.7110.59
HSL17.14º100%20.59%-
HSV(B)17.14º100%41.18%-
XYZ6.293.930.43-
YUV49100.35167.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 77.78%
GREEN value IS 30 (12.11% from 255) = 22.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.78%
G=22.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10530000.7110.5917.1410020.59
Hex691E0047643B116415
Octal1513600107144732114425
Binary110100111110001000111110010011101110001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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