Html Css Color HEX #682C0C Baker's Chocolate

📋 copy color: '#682C0C'

red 104 ◦ green 44 ◦ blue 12

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

Shades of Baker's Chocolate #682C0C

Tints of Baker's Chocolate #682C0C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.5%

 BLUE value IS 12 (5.08% from 255) = 7.5%

R = 65%
G = 27.5%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#682C0C (or 0x682C0C) is known color: Baker's Chocolate. HEX triplet: 68, 2C and 0C. RGB value is (104,44,12). Sum of RGB (Red+Green+Blue) = 104+44+12=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #682C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682C0C is #97D3F3. Grayscale: #3A3A3A. Windows color (decimal): -9950196 or 797800. OLE color: 797800.

HSL color Cylindrical-coordinate representation of color #682C0C: hue angle of 20.87º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #682C0C is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 44 12 -
CMYK 0 0.58 0.88 0.59
HSL 20.87º 0.79% 0.23% -
HSV(B) 20.87º 0.88% 0.41% -
XYZ 6.68 4.77 0.92 -
YUV 58.29 101.88 160.6 -
System Red Green Blue C M Y K H S L
Decimal 104 44 12 0 0.58 0.88 0.59 20.87 0.79 0.23
Hex 68 2C C 0 3A 58 3B 15 4F 17
Octal 150 54 14 0 72 130 73 25 117 27
Binary 1101000 101100 1100 0 111010 1011000 111011 10101 1001111 10111

Color Harmonies of #682C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682C0C

Black with #682C0C

Text Example


Text Example

White with #682C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682C0C; }

 p { color: rgb(104,44,12); }

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

background-color css

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

 a { background-color: rgb(104,44,12); }

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

border-color css

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

 span { border-color: rgb(104,44,12); }

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