Html Css Color HEX #683806 Baker's Chocolate

📋 copy color: '#683806'

red 104 ◦ green 56 ◦ blue 6

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

Shades of Baker's Chocolate #683806

Tints of Baker's Chocolate #683806

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.73%

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

R = 62.65%
G = 33.73%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#683806 (or 0x683806) is known color: Baker's Chocolate. HEX triplet: 68, 38 and 06. RGB value is (104,56,6). Sum of RGB (Red+Green+Blue) = 104+56+6=166 (21% of max value = 765). Red value is 104 (41.02% from 255 or 62.65% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 104 - color contains mainly: red. Hex color #683806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683806 is #97C7F9. Grayscale: #404040. Windows color (decimal): -9947130 or 407656. OLE color: 407656.

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

Color convert

RGB 104 56 6 -
CMYK 0 0.46 0.94 0.59
HSL 30.61º 0.89% 0.22% -
HSV(B) 30.61º 0.94% 0.41% -
XYZ 7.16 5.78 0.91 -
YUV 64.65 94.9 156.07 -
System Red Green Blue C M Y K H S L
Decimal 104 56 6 0 0.46 0.94 0.59 30.61 0.89 0.22
Hex 68 38 6 0 2E 5E 3B 1F 59 16
Octal 150 70 6 0 56 136 73 37 131 26
Binary 1101000 111000 110 0 101110 1011110 111011 11111 1011001 10110

Color Harmonies of #683806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683806

Black with #683806

Text Example


Text Example

White with #683806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683806; }

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

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

background-color css

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

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

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

border-color css

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

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

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