Html Css Color HEX #682B16 Baker's Chocolate

📋 copy color: '#682B16'

red 104 ◦ green 43 ◦ blue 22

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

Shades of Baker's Chocolate #682B16

Tints of Baker's Chocolate #682B16

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.44%

 BLUE value IS 22 (8.98% from 255) = 13.02%

R = 61.54%
G = 25.44%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#682B16 (or 0x682B16) is known color: Baker's Chocolate. HEX triplet: 68, 2B and 16. RGB value is (104,43,22). Sum of RGB (Red+Green+Blue) = 104+43+22=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #682B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682B16 is #97D4E9. Grayscale: #3A3A3A. Windows color (decimal): -9950442 or 1452904. OLE color: 1452904.

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

Color convert

RGB 104 43 22 -
CMYK 0 0.59 0.79 0.59
HSL 15.37º 0.65% 0.25% -
HSV(B) 15.37º 0.79% 0.41% -
XYZ 6.72 4.73 1.32 -
YUV 58.85 107.21 160.21 -
System Red Green Blue C M Y K H S L
Decimal 104 43 22 0 0.59 0.79 0.59 15.37 0.65 0.25
Hex 68 2B 16 0 3B 4F 3B F 41 19
Octal 150 53 26 0 73 117 73 17 101 31
Binary 1101000 101011 10110 0 111011 1001111 111011 1111 1000001 11001

Color Harmonies of #682B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682B16

Black with #682B16

Text Example


Text Example

White with #682B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,43,22); }

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

background-color css

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

 a { background-color: rgb(104,43,22); }

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

border-color css

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

 span { border-color: rgb(104,43,22); }

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