#691D00

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

Shades of Baker's Chocolate #691D00

Tints of Baker's Chocolate #691D00

Color information

#691D00 (or 0x691D00) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 1D and 00. RGB value is (105,29,0). Sum of RGB (Red+Green+Blue) = 105+29+0=134 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.36% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 105 - color contains mainly: red. Hex color #691D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691D00 is #96E2FF. Grayscale: #303030. Windows color (decimal): -9888512 or 7529. OLE color: 7529.

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

Color convert

RGB105290-
CMYK00.7210.59
HSL16.57º100%20.59%-
HSV(B)16.57º100%41.18%-
XYZ6.273.880.42-
YUV48.42100.68168.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 78.36%
GREEN value IS 29 (11.72% from 255) = 21.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.36%
G=21.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10529000.7210.5916.5710020.59
Hex691D0048643B116415
Octal1513500110144732114425
Binary110100111101001001000110010011101110001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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