Html Css Color HEX #682711 Baker's Chocolate

📋 copy color: '#682711'

red 104 ◦ green 39 ◦ blue 17

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

Shades of Baker's Chocolate #682711

Tints of Baker's Chocolate #682711

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.38%

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

R = 65%
G = 24.38%
B = 10.63%

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

#682711 (or 0x682711) is known color: Baker's Chocolate. HEX triplet: 68, 27 and 11. RGB value is (104,39,17). Sum of RGB (Red+Green+Blue) = 104+39+17=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #682711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682711 is #97D8EE. Grayscale: #383838. Windows color (decimal): -9951471 or 1124200. OLE color: 1124200.

HSL color Cylindrical-coordinate representation of color #682711: hue angle of 15.17º 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 #682711 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 39 17 -
CMYK 0 0.62 0.84 0.59
HSL 15.17º 0.72% 0.24% -
HSV(B) 15.17º 0.84% 0.41% -
XYZ 6.54 4.43 1.04 -
YUV 55.93 106.03 162.29 -
System Red Green Blue C M Y K H S L
Decimal 104 39 17 0 0.62 0.84 0.59 15.17 0.72 0.24
Hex 68 27 11 0 3E 54 3B F 48 18
Octal 150 47 21 0 76 124 73 17 110 30
Binary 1101000 100111 10001 0 111110 1010100 111011 1111 1001000 11000

Color Harmonies of #682711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682711

Black with #682711

Text Example


Text Example

White with #682711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682711; }

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

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

background-color css

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

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

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

border-color css

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

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

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