Html Css Color HEX #683711 Baker's Chocolate

📋 copy color: '#683711'

red 104 ◦ green 55 ◦ blue 17

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

Shades of Baker's Chocolate #683711

Tints of Baker's Chocolate #683711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.66%

R = 59.09%
G = 31.25%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#683711 (or 0x683711) is known color: Baker's Chocolate. HEX triplet: 68, 37 and 11. RGB value is (104,55,17). Sum of RGB (Red+Green+Blue) = 104+55+17=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #683711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683711 is #97C8EE. Grayscale: #414141. Windows color (decimal): -9947375 or 1128296. OLE color: 1128296.

HSL color Cylindrical-coordinate representation of color #683711: hue angle of 26.21º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #683711 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 55 17 -
CMYK 0 0.47 0.84 0.59
HSL 26.21º 0.72% 0.24% -
HSV(B) 26.21º 0.84% 0.41% -
XYZ 7.18 5.72 1.26 -
YUV 65.32 100.73 155.59 -
System Red Green Blue C M Y K H S L
Decimal 104 55 17 0 0.47 0.84 0.59 26.21 0.72 0.24
Hex 68 37 11 0 2F 54 3B 1A 48 18
Octal 150 67 21 0 57 124 73 32 110 30
Binary 1101000 110111 10001 0 101111 1010100 111011 11010 1001000 11000

Color Harmonies of #683711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683711

Black with #683711

Text Example


Text Example

White with #683711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683711; }

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

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

background-color css

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

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

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

border-color css

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

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

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