Html Css Color HEX #683708 Baker's Chocolate

📋 copy color: '#683708'

red 104 ◦ green 55 ◦ blue 8

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

Shades of Baker's Chocolate #683708

Tints of Baker's Chocolate #683708

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.93%

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

R = 62.28%
G = 32.93%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#683708 (or 0x683708) is known color: Baker's Chocolate. HEX triplet: 68, 37 and 08. RGB value is (104,55,8). Sum of RGB (Red+Green+Blue) = 104+55+8=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #683708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683708 is #97C8F7. Grayscale: #404040. Windows color (decimal): -9947384 or 538472. OLE color: 538472.

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

Color convert

RGB 104 55 8 -
CMYK 0 0.47 0.92 0.59
HSL 29.38º 0.86% 0.22% -
HSV(B) 29.38º 0.92% 0.41% -
XYZ 7.12 5.69 0.95 -
YUV 64.29 96.23 156.32 -
System Red Green Blue C M Y K H S L
Decimal 104 55 8 0 0.47 0.92 0.59 29.38 0.86 0.22
Hex 68 37 8 0 2F 5C 3B 1D 56 16
Octal 150 67 10 0 57 134 73 35 126 26
Binary 1101000 110111 1000 0 101111 1011100 111011 11101 1010110 10110

Color Harmonies of #683708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683708

Black with #683708

Text Example


Text Example

White with #683708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683708; }

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

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

background-color css

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

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

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

border-color css

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

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

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