Html Css Color HEX #682808 Baker's Chocolate

📋 copy color: '#682808'

red 104 ◦ green 40 ◦ blue 8

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

Shades of Baker's Chocolate #682808

Tints of Baker's Chocolate #682808

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.32%

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

R = 68.42%
G = 26.32%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#682808 (or 0x682808) is known color: Baker's Chocolate. HEX triplet: 68, 28 and 08. RGB value is (104,40,8). Sum of RGB (Red+Green+Blue) = 104+40+8=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #682808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682808 is #97D7F7. Grayscale: #373737. Windows color (decimal): -9951224 or 534632. OLE color: 534632.

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

Color convert

RGB 104 40 8 -
CMYK 0 0.62 0.92 0.59
HSL 20º 0.86% 0.22% -
HSV(B) 20º 0.92% 0.41% -
XYZ 6.51 4.48 0.75 -
YUV 55.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 104 40 8 0 0.62 0.92 0.59 20 0.86 0.22
Hex 68 28 8 0 3E 5C 3B 14 56 16
Octal 150 50 10 0 76 134 73 24 126 26
Binary 1101000 101000 1000 0 111110 1011100 111011 10100 1010110 10110

Color Harmonies of #682808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682808

Black with #682808

Text Example


Text Example

White with #682808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682808; }

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

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

background-color css

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

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

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

border-color css

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

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

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