Html Css Color HEX #683106 Baker's Chocolate

📋 copy color: '#683106'

red 104 ◦ green 49 ◦ blue 6

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

Shades of Baker's Chocolate #683106

Tints of Baker's Chocolate #683106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.77%

R = 65.41%
G = 30.82%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#683106 (or 0x683106) is known color: Baker's Chocolate. HEX triplet: 68, 31 and 06. RGB value is (104,49,6). Sum of RGB (Red+Green+Blue) = 104+49+6=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #683106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683106 is #97CEF9. Grayscale: #3C3C3C. Windows color (decimal): -9948922 or 405864. OLE color: 405864.

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

Color convert

RGB 104 49 6 -
CMYK 0 0.53 0.94 0.59
HSL 26.33º 0.89% 0.22% -
HSV(B) 26.33º 0.94% 0.41% -
XYZ 6.84 5.15 0.81 -
YUV 60.54 97.22 159 -
System Red Green Blue C M Y K H S L
Decimal 104 49 6 0 0.53 0.94 0.59 26.33 0.89 0.22
Hex 68 31 6 0 35 5E 3B 1A 59 16
Octal 150 61 6 0 65 136 73 32 131 26
Binary 1101000 110001 110 0 110101 1011110 111011 11010 1011001 10110

Color Harmonies of #683106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683106

Black with #683106

Text Example


Text Example

White with #683106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683106; }

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

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

background-color css

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

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

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

border-color css

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

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

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