Html Css Color HEX #682E13 Baker's Chocolate

📋 copy color: '#682E13'

red 104 ◦ green 46 ◦ blue 19

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

Shades of Baker's Chocolate #682E13

Tints of Baker's Chocolate #682E13

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.22%

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

R = 61.54%
G = 27.22%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#682E13 (or 0x682E13) is known color: Baker's Chocolate. HEX triplet: 68, 2E and 13. RGB value is (104,46,19). Sum of RGB (Red+Green+Blue) = 104+46+19=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #682E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682E13 is #97D1EC. Grayscale: #3C3C3C. Windows color (decimal): -9949677 or 1257064. OLE color: 1257064.

HSL color Cylindrical-coordinate representation of color #682E13: hue angle of 19.06º 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 #682E13 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 46 19 -
CMYK 0 0.56 0.82 0.59
HSL 19.06º 0.69% 0.24% -
HSV(B) 19.06º 0.82% 0.41% -
XYZ 6.8 4.94 1.21 -
YUV 60.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 104 46 19 0 0.56 0.82 0.59 19.06 0.69 0.24
Hex 68 2E 13 0 38 52 3B 13 45 18
Octal 150 56 23 0 70 122 73 23 105 30
Binary 1101000 101110 10011 0 111000 1010010 111011 10011 1000101 11000

Color Harmonies of #682E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682E13

Black with #682E13

Text Example


Text Example

White with #682E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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