Html Css Color HEX #682811 Baker's Chocolate

📋 copy color: '#682811'

red 104 ◦ green 40 ◦ blue 17

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

Shades of Baker's Chocolate #682811

Tints of Baker's Chocolate #682811

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.84%

 BLUE value IS 17 (7.03% from 255) = 10.56%

R = 64.6%
G = 24.84%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#682811 (or 0x682811) is known color: Baker's Chocolate. HEX triplet: 68, 28 and 11. RGB value is (104,40,17). Sum of RGB (Red+Green+Blue) = 104+40+17=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #682811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682811 is #97D7EE. Grayscale: #383838. Windows color (decimal): -9951215 or 1124456. OLE color: 1124456.

HSL color Cylindrical-coordinate representation of color #682811: hue angle of 15.86º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #682811 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 40 17 -
CMYK 0 0.62 0.84 0.59
HSL 15.86º 0.72% 0.24% -
HSV(B) 15.86º 0.84% 0.41% -
XYZ 6.57 4.5 1.05 -
YUV 56.51 105.7 161.87 -
System Red Green Blue C M Y K H S L
Decimal 104 40 17 0 0.62 0.84 0.59 15.86 0.72 0.24
Hex 68 28 11 0 3E 54 3B 10 48 18
Octal 150 50 21 0 76 124 73 20 110 30
Binary 1101000 101000 10001 0 111110 1010100 111011 10000 1001000 11000

Color Harmonies of #682811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682811

Black with #682811

Text Example


Text Example

White with #682811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682811; }

 p { color: rgb(104,40,17); }

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

background-color css

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

 a { background-color: rgb(104,40,17); }

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

border-color css

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

 span { border-color: rgb(104,40,17); }

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