Html Css Color HEX #683B0D Baker's Chocolate

📋 copy color: '#683B0D'

red 104 ◦ green 59 ◦ blue 13

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

Shades of Baker's Chocolate #683B0D

Tints of Baker's Chocolate #683B0D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.52%

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

R = 59.09%
G = 33.52%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#683B0D (or 0x683B0D) is known color: Baker's Chocolate. HEX triplet: 68, 3B and 0D. RGB value is (104,59,13). Sum of RGB (Red+Green+Blue) = 104+59+13=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #683B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683B0D is #97C4F2. Grayscale: #434343. Windows color (decimal): -9946355 or 867176. OLE color: 867176.

HSL color Cylindrical-coordinate representation of color #683B0D: hue angle of 30.33º 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 #683B0D is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 59 13 -
CMYK 0 0.43 0.88 0.59
HSL 30.33º 0.78% 0.23% -
HSV(B) 30.33º 0.88% 0.41% -
XYZ 7.35 6.1 1.17 -
YUV 67.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 104 59 13 0 0.43 0.88 0.59 30.33 0.78 0.23
Hex 68 3B D 0 2B 58 3B 1E 4E 17
Octal 150 73 15 0 53 130 73 36 116 27
Binary 1101000 111011 1101 0 101011 1011000 111011 11110 1001110 10111

Color Harmonies of #683B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683B0D

Black with #683B0D

Text Example


Text Example

White with #683B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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