Html Css Color HEX #683506 Baker's Chocolate

📋 copy color: '#683506'

red 104 ◦ green 53 ◦ blue 6

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

Shades of Baker's Chocolate #683506

Tints of Baker's Chocolate #683506

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.52%

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

R = 63.8%
G = 32.52%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#683506 (or 0x683506) is known color: Baker's Chocolate. HEX triplet: 68, 35 and 06. RGB value is (104,53,6). Sum of RGB (Red+Green+Blue) = 104+53+6=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #683506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683506 is #97CAF9. Grayscale: #3F3F3F. Windows color (decimal): -9947898 or 406888. OLE color: 406888.

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

Color convert

RGB 104 53 6 -
CMYK 0 0.49 0.94 0.59
HSL 28.78º 0.89% 0.22% -
HSV(B) 28.78º 0.94% 0.41% -
XYZ 7.01 5.5 0.86 -
YUV 62.89 95.9 157.32 -
System Red Green Blue C M Y K H S L
Decimal 104 53 6 0 0.49 0.94 0.59 28.78 0.89 0.22
Hex 68 35 6 0 31 5E 3B 1D 59 16
Octal 150 65 6 0 61 136 73 35 131 26
Binary 1101000 110101 110 0 110001 1011110 111011 11101 1011001 10110

Color Harmonies of #683506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683506

Black with #683506

Text Example


Text Example

White with #683506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683506; }

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

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

background-color css

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

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

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

border-color css

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

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

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