Html Css Color HEX #682A15 Baker's Chocolate

📋 copy color: '#682A15'

red 104 ◦ green 42 ◦ blue 21

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

Shades of Baker's Chocolate #682A15

Tints of Baker's Chocolate #682A15

RGB

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

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

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

R = 62.28%
G = 25.15%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#682A15 (or 0x682A15) is known color: Baker's Chocolate. HEX triplet: 68, 2A and 15. RGB value is (104,42,21). Sum of RGB (Red+Green+Blue) = 104+42+21=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #682A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682A15 is #97D5EA. Grayscale: #3A3A3A. Windows color (decimal): -9950699 or 1387112. OLE color: 1387112.

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

Color convert

RGB 104 42 21 -
CMYK 0 0.60 0.80 0.59
HSL 15.18º 0.66% 0.25% -
HSV(B) 15.18º 0.8% 0.41% -
XYZ 6.67 4.65 1.26 -
YUV 58.14 107.04 160.71 -
System Red Green Blue C M Y K H S L
Decimal 104 42 21 0 0.60 0.80 0.59 15.18 0.66 0.25
Hex 68 2A 15 0 3C 50 3B F 42 19
Octal 150 52 25 0 74 120 73 17 102 31
Binary 1101000 101010 10101 0 111100 1010000 111011 1111 1000010 11001

Color Harmonies of #682A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682A15

Black with #682A15

Text Example


Text Example

White with #682A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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