Html Css Color HEX #682B0D Baker's Chocolate

📋 copy color: '#682B0D'

red 104 ◦ green 43 ◦ blue 13

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

Shades of Baker's Chocolate #682B0D

Tints of Baker's Chocolate #682B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.13%

R = 65%
G = 26.88%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#682B0D (or 0x682B0D) is known color: Baker's Chocolate. HEX triplet: 68, 2B and 0D. RGB value is (104,43,13). Sum of RGB (Red+Green+Blue) = 104+43+13=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #682B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682B0D is #97D4F2. Grayscale: #393939. Windows color (decimal): -9950451 or 863080. OLE color: 863080.

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

Color convert

RGB 104 43 13 -
CMYK 0 0.59 0.88 0.59
HSL 19.78º 0.78% 0.23% -
HSV(B) 19.78º 0.88% 0.41% -
XYZ 6.65 4.7 0.94 -
YUV 57.82 102.71 160.94 -
System Red Green Blue C M Y K H S L
Decimal 104 43 13 0 0.59 0.88 0.59 19.78 0.78 0.23
Hex 68 2B D 0 3B 58 3B 14 4E 17
Octal 150 53 15 0 73 130 73 24 116 27
Binary 1101000 101011 1101 0 111011 1011000 111011 10100 1001110 10111

Color Harmonies of #682B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682B0D

Black with #682B0D

Text Example


Text Example

White with #682B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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