Html Css Color HEX #682D15 Baker's Chocolate

📋 copy color: '#682D15'

red 104 ◦ green 45 ◦ blue 21

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

Shades of Baker's Chocolate #682D15

Tints of Baker's Chocolate #682D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.35%

R = 61.18%
G = 26.47%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#682D15 (or 0x682D15) is known color: Baker's Chocolate. HEX triplet: 68, 2D and 15. RGB value is (104,45,21). Sum of RGB (Red+Green+Blue) = 104+45+21=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #682D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682D15 is #97D2EA. Grayscale: #3C3C3C. Windows color (decimal): -9949931 or 1387880. OLE color: 1387880.

HSL color Cylindrical-coordinate representation of color #682D15: hue angle of 17.35º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #682D15 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 45 21 -
CMYK 0 0.57 0.80 0.59
HSL 17.35º 0.66% 0.25% -
HSV(B) 17.35º 0.8% 0.41% -
XYZ 6.78 4.87 1.29 -
YUV 59.91 106.05 159.45 -
System Red Green Blue C M Y K H S L
Decimal 104 45 21 0 0.57 0.80 0.59 17.35 0.66 0.25
Hex 68 2D 15 0 39 50 3B 11 42 19
Octal 150 55 25 0 71 120 73 21 102 31
Binary 1101000 101101 10101 0 111001 1010000 111011 10001 1000010 11001

Color Harmonies of #682D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682D15

Black with #682D15

Text Example


Text Example

White with #682D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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