#693701

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

Shades of Baker's Chocolate #693701

Tints of Baker's Chocolate #693701

Color information

#693701 (or 0x693701) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 37 and 01. RGB value is (105,55,1). Sum of RGB (Red+Green+Blue) = 105+55+1=161 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.22% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 105 - color contains mainly: red. Hex color #693701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693701 is #96C8FE. Grayscale: #404040. Windows color (decimal): -9881855 or 79721. OLE color: 79721.

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

Color convert

RGB105551-
CMYK00.480.990.59
HSL31.15º98.11%20.78%-
HSV(B)31.15º99.05%41.18%-
XYZ7.25.740.76-
YUV63.7992.56157.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 65.22%
GREEN value IS 55 (21.88% from 255) = 34.16%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=65.22%
G=34.16%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10555100.480.990.5931.1598.1120.78
Hex69371030633B1f6215
Octal151671060143733714225
Binary110100111011110110000110001111101111111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693701; }

 p { color: rgb(105,55,1); }

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

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

 a { background-color: rgb(105,55,1); }

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

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

 span { border-color: rgb(105,55,1); }

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