Html Css Color HEX #683408 Baker's Chocolate

📋 copy color: '#683408'

red 104 ◦ green 52 ◦ blue 8

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

Shades of Baker's Chocolate #683408

Tints of Baker's Chocolate #683408

RGB

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

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

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

R = 63.41%
G = 31.71%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#683408 (or 0x683408) is known color: Baker's Chocolate. HEX triplet: 68, 34 and 08. RGB value is (104,52,8). Sum of RGB (Red+Green+Blue) = 104+52+8=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #683408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683408 is #97CBF7. Grayscale: #3E3E3E. Windows color (decimal): -9948152 or 537704. OLE color: 537704.

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

Color convert

RGB 104 52 8 -
CMYK 0 0.50 0.92 0.59
HSL 27.5º 0.86% 0.22% -
HSV(B) 27.5º 0.92% 0.41% -
XYZ 6.98 5.42 0.91 -
YUV 62.53 97.23 157.58 -
System Red Green Blue C M Y K H S L
Decimal 104 52 8 0 0.50 0.92 0.59 27.5 0.86 0.22
Hex 68 34 8 0 32 5C 3B 1C 56 16
Octal 150 64 10 0 62 134 73 34 126 26
Binary 1101000 110100 1000 0 110010 1011100 111011 11100 1010110 10110

Color Harmonies of #683408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683408

Black with #683408

Text Example


Text Example

White with #683408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683408; }

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

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

background-color css

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

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

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

border-color css

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

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

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