Html Css Color HEX #682D13 Baker's Chocolate

📋 copy color: '#682D13'

red 104 ◦ green 45 ◦ blue 19

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

Shades of Baker's Chocolate #682D13

Tints of Baker's Chocolate #682D13

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.79%

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

R = 61.9%
G = 26.79%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#682D13 (or 0x682D13) is known color: Baker's Chocolate. HEX triplet: 68, 2D and 13. RGB value is (104,45,19). Sum of RGB (Red+Green+Blue) = 104+45+19=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #682D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682D13 is #97D2EC. Grayscale: #3B3B3B. Windows color (decimal): -9949933 or 1256808. OLE color: 1256808.

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

Color convert

RGB 104 45 19 -
CMYK 0 0.57 0.82 0.59
HSL 18.35º 0.69% 0.24% -
HSV(B) 18.35º 0.82% 0.41% -
XYZ 6.76 4.87 1.2 -
YUV 59.68 105.05 159.61 -
System Red Green Blue C M Y K H S L
Decimal 104 45 19 0 0.57 0.82 0.59 18.35 0.69 0.24
Hex 68 2D 13 0 39 52 3B 12 45 18
Octal 150 55 23 0 71 122 73 22 105 30
Binary 1101000 101101 10011 0 111001 1010010 111011 10010 1000101 11000

Color Harmonies of #682D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682D13

Black with #682D13

Text Example


Text Example

White with #682D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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