Html Css Color HEX #683B10 Baker's Chocolate

📋 copy color: '#683B10'

red 104 ◦ green 59 ◦ blue 16

#683B10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #683B10

Tints of Baker's Chocolate #683B10

RGB

 RED value IS 104 (41.02% from 255) = 58.1%

 GREEN value IS 59 (23.44% from 255) = 32.96%

 BLUE value IS 16 (6.64% from 255) = 8.94%

R = 58.1%
G = 32.96%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#683B10 (or 0x683B10) is known color: Baker's Chocolate. HEX triplet: 68, 3B and 10. RGB value is (104,59,16). Sum of RGB (Red+Green+Blue) = 104+59+16=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #683B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683B10 is #97C4EF. Grayscale: #434343. Windows color (decimal): -9946352 or 1063784. OLE color: 1063784.

HSL color Cylindrical-coordinate representation of color #683B10: hue angle of 29.32º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #683B10 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 59 16 -
CMYK 0 0.43 0.85 0.59
HSL 29.32º 0.73% 0.24% -
HSV(B) 29.32º 0.85% 0.41% -
XYZ 7.37 6.11 1.28 -
YUV 67.55 98.91 154 -
System Red Green Blue C M Y K H S L
Decimal 104 59 16 0 0.43 0.85 0.59 29.32 0.73 0.24
Hex 68 3B 10 0 2B 55 3B 1D 49 18
Octal 150 73 20 0 53 125 73 35 111 30
Binary 1101000 111011 10000 0 101011 1010101 111011 11101 1001001 11000

Color Harmonies of #683B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683B10

Black with #683B10

Text Example


Text Example

White with #683B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683B10; }

 p { color: rgb(104,59,16); }

 H1.HeaderClassName
 {
   color: #683B10;
 }
 .AnyTagClassName
 {
   color: #683B10;
 }
</style>

background-color css

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

 a { background-color: rgb(104,59,16); }

 div.DivClassName
 {
   background-color: #683B10;
 }
 .BgClassName
 {
   background-color: #683B10;
 }
</style>

border-color css

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

 span { border-color: rgb(104,59,16); }

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