Html Css Color HEX #683713 Baker's Chocolate

📋 copy color: '#683713'

red 104 ◦ green 55 ◦ blue 19

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

Shades of Baker's Chocolate #683713

Tints of Baker's Chocolate #683713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.9%

 BLUE value IS 19 (7.81% from 255) = 10.67%

R = 58.43%
G = 30.9%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#683713 (or 0x683713) is known color: Baker's Chocolate. HEX triplet: 68, 37 and 13. RGB value is (104,55,19). Sum of RGB (Red+Green+Blue) = 104+55+19=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #683713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683713 is #97C8EC. Grayscale: #414141. Windows color (decimal): -9947373 or 1259368. OLE color: 1259368.

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

Color convert

RGB 104 55 19 -
CMYK 0 0.47 0.82 0.59
HSL 25.41º 0.69% 0.24% -
HSV(B) 25.41º 0.82% 0.41% -
XYZ 7.19 5.72 1.34 -
YUV 65.55 101.73 155.43 -
System Red Green Blue C M Y K H S L
Decimal 104 55 19 0 0.47 0.82 0.59 25.41 0.69 0.24
Hex 68 37 13 0 2F 52 3B 19 45 18
Octal 150 67 23 0 57 122 73 31 105 30
Binary 1101000 110111 10011 0 101111 1010010 111011 11001 1000101 11000

Color Harmonies of #683713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683713

Black with #683713

Text Example


Text Example

White with #683713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683713; }

 p { color: rgb(104,55,19); }

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

background-color css

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

 a { background-color: rgb(104,55,19); }

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

border-color css

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

 span { border-color: rgb(104,55,19); }

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