Html Css Color HEX #682A13 Baker's Chocolate

📋 copy color: '#682A13'

red 104 ◦ green 42 ◦ blue 19

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

Shades of Baker's Chocolate #682A13

Tints of Baker's Chocolate #682A13

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.45%

 BLUE value IS 19 (7.81% from 255) = 11.52%

R = 63.03%
G = 25.45%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#682A13 (or 0x682A13) is known color: Baker's Chocolate. HEX triplet: 68, 2A and 13. RGB value is (104,42,19). Sum of RGB (Red+Green+Blue) = 104+42+19=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #682A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682A13 is #97D5EC. Grayscale: #3A3A3A. Windows color (decimal): -9950701 or 1256040. OLE color: 1256040.

HSL color Cylindrical-coordinate representation of color #682A13: hue angle of 16.24º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #682A13 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 42 19 -
CMYK 0 0.60 0.82 0.59
HSL 16.24º 0.69% 0.24% -
HSV(B) 16.24º 0.82% 0.41% -
XYZ 6.65 4.65 1.16 -
YUV 57.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 104 42 19 0 0.60 0.82 0.59 16.24 0.69 0.24
Hex 68 2A 13 0 3C 52 3B 10 45 18
Octal 150 52 23 0 74 122 73 20 105 30
Binary 1101000 101010 10011 0 111100 1010010 111011 10000 1000101 11000

Color Harmonies of #682A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682A13

Black with #682A13

Text Example


Text Example

White with #682A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,42,19); }

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

background-color css

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

 a { background-color: rgb(104,42,19); }

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

border-color css

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

 span { border-color: rgb(104,42,19); }

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