Html Css Color HEX #682C16 Baker's Chocolate

📋 copy color: '#682C16'

red 104 ◦ green 44 ◦ blue 22

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

Shades of Baker's Chocolate #682C16

Tints of Baker's Chocolate #682C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.94%

R = 61.18%
G = 25.88%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#682C16 (or 0x682C16) is known color: Baker's Chocolate. HEX triplet: 68, 2C and 16. RGB value is (104,44,22). Sum of RGB (Red+Green+Blue) = 104+44+22=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #682C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682C16 is #97D3E9. Grayscale: #3B3B3B. Windows color (decimal): -9950186 or 1453160. OLE color: 1453160.

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

Color convert

RGB 104 44 22 -
CMYK 0 0.58 0.79 0.59
HSL 16.1º 0.65% 0.25% -
HSV(B) 16.1º 0.79% 0.41% -
XYZ 6.75 4.8 1.33 -
YUV 59.43 106.88 159.79 -
System Red Green Blue C M Y K H S L
Decimal 104 44 22 0 0.58 0.79 0.59 16.1 0.65 0.25
Hex 68 2C 16 0 3A 4F 3B 10 41 19
Octal 150 54 26 0 72 117 73 20 101 31
Binary 1101000 101100 10110 0 111010 1001111 111011 10000 1000001 11001

Color Harmonies of #682C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682C16

Black with #682C16

Text Example


Text Example

White with #682C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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