Html Css Color HEX #683406 Baker's Chocolate

📋 copy color: '#683406'

red 104 ◦ green 52 ◦ blue 6

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

Shades of Baker's Chocolate #683406

Tints of Baker's Chocolate #683406

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.1%

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

R = 64.2%
G = 32.1%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#683406 (or 0x683406) is known color: Baker's Chocolate. HEX triplet: 68, 34 and 06. RGB value is (104,52,6). Sum of RGB (Red+Green+Blue) = 104+52+6=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #683406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683406 is #97CBF9. Grayscale: #3E3E3E. Windows color (decimal): -9948154 or 406632. OLE color: 406632.

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

Color convert

RGB 104 52 6 -
CMYK 0 0.50 0.94 0.59
HSL 28.16º 0.89% 0.22% -
HSV(B) 28.16º 0.94% 0.41% -
XYZ 6.97 5.41 0.85 -
YUV 62.3 96.23 157.74 -
System Red Green Blue C M Y K H S L
Decimal 104 52 6 0 0.50 0.94 0.59 28.16 0.89 0.22
Hex 68 34 6 0 32 5E 3B 1C 59 16
Octal 150 64 6 0 62 136 73 34 131 26
Binary 1101000 110100 110 0 110010 1011110 111011 11100 1011001 10110

Color Harmonies of #683406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683406

Black with #683406

Text Example


Text Example

White with #683406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683406; }

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

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

background-color css

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

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

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

border-color css

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

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

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