Html Css Color HEX #683710 Baker's Chocolate

📋 copy color: '#683710'

red 104 ◦ green 55 ◦ blue 16

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

Shades of Baker's Chocolate #683710

Tints of Baker's Chocolate #683710

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.43%

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

R = 59.43%
G = 31.43%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#683710 (or 0x683710) is known color: Baker's Chocolate. HEX triplet: 68, 37 and 10. RGB value is (104,55,16). Sum of RGB (Red+Green+Blue) = 104+55+16=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #683710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683710 is #97C8EF. Grayscale: #414141. Windows color (decimal): -9947376 or 1062760. OLE color: 1062760.

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

Color convert

RGB 104 55 16 -
CMYK 0 0.47 0.85 0.59
HSL 26.59º 0.73% 0.24% -
HSV(B) 26.59º 0.85% 0.41% -
XYZ 7.17 5.71 1.22 -
YUV 65.21 100.23 155.67 -
System Red Green Blue C M Y K H S L
Decimal 104 55 16 0 0.47 0.85 0.59 26.59 0.73 0.24
Hex 68 37 10 0 2F 55 3B 1B 49 18
Octal 150 67 20 0 57 125 73 33 111 30
Binary 1101000 110111 10000 0 101111 1010101 111011 11011 1001001 11000

Color Harmonies of #683710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683710

Black with #683710

Text Example


Text Example

White with #683710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683710; }

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

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

background-color css

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

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

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

border-color css

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

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

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