#693016

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

Shades of Baker's Chocolate #693016

Tints of Baker's Chocolate #693016

Color information

#693016 (or 0x693016) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 30 and 16. RGB value is (105,48,22). Sum of RGB (Red+Green+Blue) = 105+48+22=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #693016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693016 is #96CFE9. Grayscale: #3E3E3E. Windows color (decimal): -9883626 or 1454185. OLE color: 1454185.

HSL color Cylindrical-coordinate representation of color #693016: hue angle of 18.8º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #693016 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB1054822-
CMYK00.540.790.59
HSL18.8º65.35%24.9%-
HSV(B)18.8º79.05%41.18%-
XYZ7.035.181.39-
YUV62.08105.38158.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 60%
GREEN value IS 48 (19.14% from 255) = 27.43%
BLUE value IS 22 (8.98% from 255) = 12.57%
R=60%
G=27.43%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105482200.540.790.5918.865.3524.9
Hex6930160364F3B134119
Octal1516026066117732310131
Binary1101001110000101100110110100111111101110011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693016; }

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

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

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

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

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

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

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

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