#693201

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

Shades of Baker's Chocolate #693201

Tints of Baker's Chocolate #693201

Color information

#693201 (or 0x693201) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 32 and 01. RGB value is (105,50,1). Sum of RGB (Red+Green+Blue) = 105+50+1=156 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.31% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 105 - color contains mainly: red. Hex color #693201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693201 is #96CDFE. Grayscale: #3D3D3D. Windows color (decimal): -9883135 or 78441. OLE color: 78441.

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

Color convert

RGB105501-
CMYK00.520.990.59
HSL28.27º98.11%20.78%-
HSV(B)28.27º99.05%41.18%-
XYZ6.975.290.68-
YUV60.8694.22159.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 67.31%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=67.31%
G=32.05%
B=0.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10550100.520.990.5928.2798.1120.78
Hex69321034633B1c6215
Octal151621064143733414225
Binary110100111001010110100110001111101111100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693201; }

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

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

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

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

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

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

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

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