#691C00

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

Shades of Baker's Chocolate #691C00

Tints of Baker's Chocolate #691C00

Color information

#691C00 (or 0x691C00) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 1C and 00. RGB value is (105,28,0). Sum of RGB (Red+Green+Blue) = 105+28+0=133 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.95% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 105 - color contains mainly: red. Hex color #691C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691C00 is #96E3FF. Grayscale: #303030. Windows color (decimal): -9888768 or 7273. OLE color: 7273.

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

Color convert

RGB105280-
CMYK00.7310.59
HSL16º100%20.59%-
HSV(B)16º100%41.18%-
XYZ6.243.830.41-
YUV47.83101.01168.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 78.95%
GREEN value IS 28 (11.33% from 255) = 21.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.95%
G=21.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10528000.7310.591610020.59
Hex691C0049643B106415
Octal1513400111144732014425
Binary110100111100001001001110010011101110000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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