Html Css Color HEX #683413 Baker's Chocolate

📋 copy color: '#683413'

red 104 ◦ green 52 ◦ blue 19

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

Shades of Baker's Chocolate #683413

Tints of Baker's Chocolate #683413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.71%

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

R = 59.43%
G = 29.71%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#683413 (or 0x683413) is known color: Baker's Chocolate. HEX triplet: 68, 34 and 13. RGB value is (104,52,19). Sum of RGB (Red+Green+Blue) = 104+52+19=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #683413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683413 is #97CBEC. Grayscale: #3F3F3F. Windows color (decimal): -9948141 or 1258600. OLE color: 1258600.

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

Color convert

RGB 104 52 19 -
CMYK 0 0.50 0.82 0.59
HSL 23.29º 0.69% 0.24% -
HSV(B) 23.29º 0.82% 0.41% -
XYZ 7.05 5.45 1.3 -
YUV 63.79 102.73 156.68 -
System Red Green Blue C M Y K H S L
Decimal 104 52 19 0 0.50 0.82 0.59 23.29 0.69 0.24
Hex 68 34 13 0 32 52 3B 17 45 18
Octal 150 64 23 0 62 122 73 27 105 30
Binary 1101000 110100 10011 0 110010 1010010 111011 10111 1000101 11000

Color Harmonies of #683413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683413

Black with #683413

Text Example


Text Example

White with #683413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683413; }

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

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

background-color css

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

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

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

border-color css

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

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

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