Html Css Color HEX #682008 Baker's Chocolate

📋 copy color: '#682008'

red 104 ◦ green 32 ◦ blue 8

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

Shades of Baker's Chocolate #682008

Tints of Baker's Chocolate #682008

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.22%

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

R = 72.22%
G = 22.22%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#682008 (or 0x682008) is known color: Baker's Chocolate. HEX triplet: 68, 20 and 08. RGB value is (104,32,8). Sum of RGB (Red+Green+Blue) = 104+32+8=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #682008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682008 is #97DFF7. Grayscale: #323232. Windows color (decimal): -9953272 or 532584. OLE color: 532584.

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

Color convert

RGB 104 32 8 -
CMYK 0 0.69 0.92 0.59
HSL 15º 0.86% 0.22% -
HSV(B) 15º 0.92% 0.41% -
XYZ 6.27 3.99 0.67 -
YUV 50.79 103.85 165.95 -
System Red Green Blue C M Y K H S L
Decimal 104 32 8 0 0.69 0.92 0.59 15 0.86 0.22
Hex 68 20 8 0 45 5C 3B F 56 16
Octal 150 40 10 0 105 134 73 17 126 26
Binary 1101000 100000 1000 0 1000101 1011100 111011 1111 1010110 10110

Color Harmonies of #682008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682008

Black with #682008

Text Example


Text Example

White with #682008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682008; }

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

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

background-color css

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

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

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

border-color css

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

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

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