#691B00

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

Shades of Baker's Chocolate #691B00

Tints of Baker's Chocolate #691B00

Color information

#691B00 (or 0x691B00) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 1B and 00. RGB value is (105,27,0). Sum of RGB (Red+Green+Blue) = 105+27+0=132 (17% of max value = 765). Red value is 105 (41.41% from 255 or 79.55% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 105 - color contains mainly: red. Hex color #691B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691B00 is #96E4FF. Grayscale: #2F2F2F. Windows color (decimal): -9889024 or 7017. OLE color: 7017.

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

Color convert

RGB105270-
CMYK00.7410.59
HSL15.43º100%20.59%-
HSV(B)15.43º100%41.18%-
XYZ6.223.790.4-
YUV47.24101.34169.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 79.55%
GREEN value IS 27 (10.94% from 255) = 20.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.55%
G=20.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10527000.7410.5915.4310020.59
Hex691B004A643Bf6415
Octal1513300112144731714425
Binary11010011101100100101011001001110111111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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