Html Css Color HEX #683110 Baker's Chocolate

📋 copy color: '#683110'

red 104 ◦ green 49 ◦ blue 16

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

Shades of Baker's Chocolate #683110

Tints of Baker's Chocolate #683110

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.99%

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

R = 61.54%
G = 28.99%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#683110 (or 0x683110) is known color: Baker's Chocolate. HEX triplet: 68, 31 and 10. RGB value is (104,49,16). Sum of RGB (Red+Green+Blue) = 104+49+16=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #683110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683110 is #97CEEF. Grayscale: #3D3D3D. Windows color (decimal): -9948912 or 1061224. OLE color: 1061224.

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

Color convert

RGB 104 49 16 -
CMYK 0 0.53 0.85 0.59
HSL 22.5º 0.73% 0.24% -
HSV(B) 22.5º 0.85% 0.41% -
XYZ 6.9 5.18 1.13 -
YUV 61.68 102.22 158.18 -
System Red Green Blue C M Y K H S L
Decimal 104 49 16 0 0.53 0.85 0.59 22.5 0.73 0.24
Hex 68 31 10 0 35 55 3B 16 49 18
Octal 150 61 20 0 65 125 73 26 111 30
Binary 1101000 110001 10000 0 110101 1010101 111011 10110 1001001 11000

Color Harmonies of #683110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683110

Black with #683110

Text Example


Text Example

White with #683110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683110; }

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

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

background-color css

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

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

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

border-color css

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

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

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