Html Css Color HEX #683608 Baker's Chocolate

📋 copy color: '#683608'

red 104 ◦ green 54 ◦ blue 8

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

Shades of Baker's Chocolate #683608

Tints of Baker's Chocolate #683608

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.53%

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

R = 62.65%
G = 32.53%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#683608 (or 0x683608) is known color: Baker's Chocolate. HEX triplet: 68, 36 and 08. RGB value is (104,54,8). Sum of RGB (Red+Green+Blue) = 104+54+8=166 (21% of max value = 765). Red value is 104 (41.02% from 255 or 62.65% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 104 - color contains mainly: red. Hex color #683608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683608 is #97C9F7. Grayscale: #3F3F3F. Windows color (decimal): -9947640 or 538216. OLE color: 538216.

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

Color convert

RGB 104 54 8 -
CMYK 0 0.48 0.92 0.59
HSL 28.75º 0.86% 0.22% -
HSV(B) 28.75º 0.92% 0.41% -
XYZ 7.07 5.6 0.94 -
YUV 63.71 96.57 156.74 -
System Red Green Blue C M Y K H S L
Decimal 104 54 8 0 0.48 0.92 0.59 28.75 0.86 0.22
Hex 68 36 8 0 30 5C 3B 1D 56 16
Octal 150 66 10 0 60 134 73 35 126 26
Binary 1101000 110110 1000 0 110000 1011100 111011 11101 1010110 10110

Color Harmonies of #683608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683608

Black with #683608

Text Example


Text Example

White with #683608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683608; }

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

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

background-color css

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

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

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

border-color css

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

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

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