Html Css Color HEX #683112 Baker's Chocolate

📋 copy color: '#683112'

red 104 ◦ green 49 ◦ blue 18

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

Shades of Baker's Chocolate #683112

Tints of Baker's Chocolate #683112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.53%

R = 60.82%
G = 28.65%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#683112 (or 0x683112) is known color: Baker's Chocolate. HEX triplet: 68, 31 and 12. RGB value is (104,49,18). Sum of RGB (Red+Green+Blue) = 104+49+18=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #683112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683112 is #97CEED. Grayscale: #3E3E3E. Windows color (decimal): -9948910 or 1192296. OLE color: 1192296.

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

Color convert

RGB 104 49 18 -
CMYK 0 0.53 0.83 0.59
HSL 21.63º 0.7% 0.24% -
HSV(B) 21.63º 0.83% 0.41% -
XYZ 6.92 5.18 1.21 -
YUV 61.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 104 49 18 0 0.53 0.83 0.59 21.63 0.7 0.24
Hex 68 31 12 0 35 53 3B 16 46 18
Octal 150 61 22 0 65 123 73 26 106 30
Binary 1101000 110001 10010 0 110101 1010011 111011 10110 1000110 11000

Color Harmonies of #683112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683112

Black with #683112

Text Example


Text Example

White with #683112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683112; }

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

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

background-color css

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

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

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

border-color css

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

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

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