Html Css Color HEX #683508 Baker's Chocolate

📋 copy color: '#683508'

red 104 ◦ green 53 ◦ blue 8

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

Shades of Baker's Chocolate #683508

Tints of Baker's Chocolate #683508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.85%

R = 63.03%
G = 32.12%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#683508 (or 0x683508) is known color: Baker's Chocolate. HEX triplet: 68, 35 and 08. RGB value is (104,53,8). Sum of RGB (Red+Green+Blue) = 104+53+8=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #683508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683508 is #97CAF7. Grayscale: #3F3F3F. Windows color (decimal): -9947896 or 537960. OLE color: 537960.

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

Color convert

RGB 104 53 8 -
CMYK 0 0.49 0.92 0.59
HSL 28.13º 0.86% 0.22% -
HSV(B) 28.13º 0.92% 0.41% -
XYZ 7.03 5.51 0.92 -
YUV 63.12 96.9 157.16 -
System Red Green Blue C M Y K H S L
Decimal 104 53 8 0 0.49 0.92 0.59 28.13 0.86 0.22
Hex 68 35 8 0 31 5C 3B 1C 56 16
Octal 150 65 10 0 61 134 73 34 126 26
Binary 1101000 110101 1000 0 110001 1011100 111011 11100 1010110 10110

Color Harmonies of #683508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683508

Black with #683508

Text Example


Text Example

White with #683508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683508; }

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

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

background-color css

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

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

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

border-color css

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

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

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