#683300

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

Shades of Baker's Chocolate #683300

Tints of Baker's Chocolate #683300

Color information

#683300 (or 0x683300) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 33 and 00. RGB value is (104,51,0). Sum of RGB (Red+Green+Blue) = 104+51+0=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #683300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683300 is #97CCFF. Grayscale: #3D3D3D. Windows color (decimal): -9948416 or 13160. OLE color: 13160.

HSL color Cylindrical-coordinate representation of color #683300: hue angle of 29.42º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #683300 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB104510-
CMYK00.5110.59
HSL29.42º100%20.39%-
HSV(B)29.42º100%40.78%-
XYZ6.895.310.66-
YUV61.0393.56158.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.10%
GREEN value IS 51 (20.31% from 255) = 32.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.10%
G=32.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10451000.5110.5929.4210020.39
Hex68330033643B1d6414
Octal150630063144733514424
Binary110100011001100110011110010011101111101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683300; }

 p { color: rgb(104,51,0); }

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

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

 a { background-color: rgb(104,51,0); }

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

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

 span { border-color: rgb(104,51,0); }

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