Html Css Color HEX #683111 Baker's Chocolate

📋 copy color: '#683111'

red 104 ◦ green 49 ◦ blue 17

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

Shades of Baker's Chocolate #683111

Tints of Baker's Chocolate #683111

RGB

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

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

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

R = 61.18%
G = 28.82%
B = 10%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#683111 (or 0x683111) is known color: Baker's Chocolate. HEX triplet: 68, 31 and 11. RGB value is (104,49,17). Sum of RGB (Red+Green+Blue) = 104+49+17=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #683111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683111 is #97CEEE. Grayscale: #3D3D3D. Windows color (decimal): -9948911 or 1126760. OLE color: 1126760.

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

Color convert

RGB 104 49 17 -
CMYK 0 0.53 0.84 0.59
HSL 22.07º 0.72% 0.24% -
HSV(B) 22.07º 0.84% 0.41% -
XYZ 6.91 5.18 1.17 -
YUV 61.8 102.72 158.1 -
System Red Green Blue C M Y K H S L
Decimal 104 49 17 0 0.53 0.84 0.59 22.07 0.72 0.24
Hex 68 31 11 0 35 54 3B 16 48 18
Octal 150 61 21 0 65 124 73 26 110 30
Binary 1101000 110001 10001 0 110101 1010100 111011 10110 1001000 11000

Color Harmonies of #683111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683111

Black with #683111

Text Example


Text Example

White with #683111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683111; }

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

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

background-color css

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

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

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

border-color css

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

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

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