Html Css Color HEX #683B0C Baker's Chocolate

📋 copy color: '#683B0C'

red 104 ◦ green 59 ◦ blue 12

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

Shades of Baker's Chocolate #683B0C

Tints of Baker's Chocolate #683B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.86%

R = 59.43%
G = 33.71%
B = 6.86%

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

#683B0C (or 0x683B0C) is known color: Baker's Chocolate. HEX triplet: 68, 3B and 0C. RGB value is (104,59,12). Sum of RGB (Red+Green+Blue) = 104+59+12=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #683B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683B0C is #97C4F3. Grayscale: #434343. Windows color (decimal): -9946356 or 801640. OLE color: 801640.

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

Color convert

RGB 104 59 12 -
CMYK 0 0.43 0.88 0.59
HSL 30.65º 0.79% 0.23% -
HSV(B) 30.65º 0.88% 0.41% -
XYZ 7.34 6.1 1.14 -
YUV 67.1 96.91 154.32 -
System Red Green Blue C M Y K H S L
Decimal 104 59 12 0 0.43 0.88 0.59 30.65 0.79 0.23
Hex 68 3B C 0 2B 58 3B 1F 4F 17
Octal 150 73 14 0 53 130 73 37 117 27
Binary 1101000 111011 1100 0 101011 1011000 111011 11111 1001111 10111

Color Harmonies of #683B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683B0C

Black with #683B0C

Text Example


Text Example

White with #683B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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