#693001

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

Shades of Baker's Chocolate #693001

Tints of Baker's Chocolate #693001

Color information

#693001 (or 0x693001) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 30 and 01. RGB value is (105,48,1). Sum of RGB (Red+Green+Blue) = 105+48+1=154 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.18% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 105 - color contains mainly: red. Hex color #693001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693001 is #96CFFE. Grayscale: #3B3B3B. Windows color (decimal): -9883647 or 77929. OLE color: 77929.

HSL color Cylindrical-coordinate representation of color #693001: hue angle of 27.12º 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 #693001 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB105481-
CMYK00.540.990.59
HSL27.12º98.11%20.78%-
HSV(B)27.12º99.05%41.18%-
XYZ6.895.120.65-
YUV59.6894.88160.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 68.18%
GREEN value IS 48 (19.14% from 255) = 31.17%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=68.18%
G=31.17%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10548100.540.990.5927.1298.1120.78
Hex69301036633B1b6215
Octal151601066143733314225
Binary110100111000010110110110001111101111011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693001; }

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

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

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

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

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

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

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

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