#691D02

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

Shades of Baker's Chocolate #691D02

Tints of Baker's Chocolate #691D02

Color information

#691D02 (or 0x691D02) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 1D and 02. RGB value is (105,29,2). Sum of RGB (Red+Green+Blue) = 105+29+2=136 (18% of max value = 765). Red value is 105 (41.41% from 255 or 77.21% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 105 - color contains mainly: red. Hex color #691D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691D02 is #96E2FD. Grayscale: #303030. Windows color (decimal): -9888510 or 138601. OLE color: 138601.

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

Color convert

RGB105292-
CMYK00.720.980.59
HSL15.73º96.26%20.98%-
HSV(B)15.73º98.1%41.18%-
XYZ6.283.890.48-
YUV48.65101.68168.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 77.21%
GREEN value IS 29 (11.72% from 255) = 21.32%
BLUE value IS 2 (1.17% from 255) = 1.47%
R=77.21%
G=21.32%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10529200.720.980.5915.7396.2620.98
Hex691D2048623B106015
Octal1513520110142732014025
Binary1101001111011001001000110001011101110000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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